Html Css Color HEX #90BBDC Cornflower

📋 copy color: '#90BBDC'

red 144 ◦ green 187 ◦ blue 220

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

Shades of Cornflower #90BBDC

Tints of Cornflower #90BBDC

RGB

 RED value IS 144 (56.64% from 255) = 26.13%

 GREEN value IS 187 (73.44% from 255) = 33.94%

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 26.13%
G = 33.94%
B = 39.93%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90BBDC (or 0x90BBDC) is known color: Cornflower. HEX triplet: 90, BB and DC. RGB value is (144,187,220). Sum of RGB (Red+Green+Blue) = 144+187+220=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #90BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBDC is #6F4423. Grayscale: #B1B1B1. Windows color (decimal): -7291940 or 14465936. OLE color: 14465936.

HSL color Cylindrical-coordinate representation of color #90BBDC: hue angle of 206.05º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BBDC is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 187 220 -
CMYK 0.35 0.15 0 0.14
HSL 206.05º 0.52% 0.71% -
HSV(B) 206.05º 0.35% 0.86% -
XYZ 42.19 46.64 74.49 -
YUV 177.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 144 187 220 0.35 0.15 0 0.14 206.05 0.52 0.71
Hex 90 BB DC 23 F 0 E CE 34 47
Octal 220 273 334 43 17 0 16 316 64 107
Binary 10010000 10111011 11011100 100011 1111 0 1110 11001110 110100 1000111

Color Harmonies of #90BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BBDC

Black with #90BBDC

Text Example


Text Example

White with #90BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90BBDC; }

 p { color: rgb(144,187,220); }

 H1.HeaderClassName
 {
   color: #90BBDC;
 }
 .AnyTagClassName
 {
   color: #90BBDC;
 }
</style>

background-color css

<style>
 a { background-color: #90BBDC; }

 a { background-color: rgb(144,187,220); }

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

border-color css

<style>
 span { border-color: #90BBDC; }

 span { border-color: rgb(144,187,220); }

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