Html Css Color HEX #92BDDA Cornflower

📋 copy color: '#92BDDA'

red 146 ◦ green 189 ◦ blue 218

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

Shades of Cornflower #92BDDA

Tints of Cornflower #92BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 26.4%
G = 34.18%
B = 39.42%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#92BDDA (or 0x92BDDA) is known color: Cornflower. HEX triplet: 92, BD and DA. RGB value is (146,189,218). Sum of RGB (Red+Green+Blue) = 146+189+218=553 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.40% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #92BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDDA is #6D4225. Grayscale: #B3B3B3. Windows color (decimal): -7160358 or 14335378. OLE color: 14335378.

HSL color Cylindrical-coordinate representation of color #92BDDA: hue angle of 204.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92BDDA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 189 218 -
CMYK 0.33 0.13 0 0.15
HSL 204.17º 0.49% 0.71% -
HSV(B) 204.17º 0.33% 0.85% -
XYZ 42.71 47.57 73.26 -
YUV 179.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 146 189 218 0.33 0.13 0 0.15 204.17 0.49 0.71
Hex 92 BD DA 21 D 0 F CC 31 47
Octal 222 275 332 41 15 0 17 314 61 107
Binary 10010010 10111101 11011010 100001 1101 0 1111 11001100 110001 1000111

Color Harmonies of #92BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BDDA

Black with #92BDDA

Text Example


Text Example

White with #92BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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