Html Css Color HEX #92BDE5 Cornflower

📋 copy color: '#92BDE5'

red 146 ◦ green 189 ◦ blue 229

#92BDE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #92BDE5

Tints of Cornflower #92BDE5

RGB

 RED value IS 146 (57.42% from 255) = 25.89%

 GREEN value IS 189 (74.22% from 255) = 33.51%

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 25.89%
G = 33.51%
B = 40.6%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#92BDE5 (or 0x92BDE5) is known color: Cornflower. HEX triplet: 92, BD and E5. RGB value is (146,189,229). Sum of RGB (Red+Green+Blue) = 146+189+229=564 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.89% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #92BDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDE5 is #6D421A. Grayscale: #B4B4B4. Windows color (decimal): -7160347 or 15056274. OLE color: 15056274.

HSL color Cylindrical-coordinate representation of color #92BDE5: hue angle of 208.92º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92BDE5 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 146 189 229 -
CMYK 0.36 0.17 0 0.10
HSL 208.92º 0.61% 0.74% -
HSV(B) 208.92º 0.36% 0.9% -
XYZ 44.19 48.16 81.1 -
YUV 180.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 146 189 229 0.36 0.17 0 0.10 208.92 0.61 0.74
Hex 92 BD E5 24 11 0 A D1 3D 4A
Octal 222 275 345 44 21 0 12 321 75 112
Binary 10010010 10111101 11100101 100100 10001 0 1010 11010001 111101 1001010

Color Harmonies of #92BDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BDE5

Black with #92BDE5

Text Example


Text Example

White with #92BDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92BDE5; }

 p { color: rgb(146,189,229); }

 H1.HeaderClassName
 {
   color: #92BDE5;
 }
 .AnyTagClassName
 {
   color: #92BDE5;
 }
</style>

background-color css

<style>
 a { background-color: #92BDE5; }

 a { background-color: rgb(146,189,229); }

 div.DivClassName
 {
   background-color: #92BDE5;
 }
 .BgClassName
 {
   background-color: #92BDE5;
 }
</style>

border-color css

<style>
 span { border-color: #92BDE5; }

 span { border-color: rgb(146,189,229); }

 td.TdClassName
 {
   border-color: #92BDE5;
 }
 .TagClassName
 {
   border-color: #92BDE5;
 }
</style>