Html Css Color HEX #90BFDE Cornflower

📋 copy color: '#90BFDE'

red 144 ◦ green 191 ◦ blue 222

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

Shades of Cornflower #90BFDE

Tints of Cornflower #90BFDE

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 25.85%
G = 34.29%
B = 39.86%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#90BFDE (or 0x90BFDE) is known color: Cornflower. HEX triplet: 90, BF and DE. RGB value is (144,191,222). Sum of RGB (Red+Green+Blue) = 144+191+222=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #90BFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFDE is #6F4021. Grayscale: #B4B4B4. Windows color (decimal): -7290914 or 14598032. OLE color: 14598032.

HSL color Cylindrical-coordinate representation of color #90BFDE: hue angle of 203.85º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BFDE is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 191 222 -
CMYK 0.35 0.14 0 0.13
HSL 203.85º 0.54% 0.72% -
HSV(B) 203.85º 0.35% 0.87% -
XYZ 43.32 48.46 76.18 -
YUV 180.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 144 191 222 0.35 0.14 0 0.13 203.85 0.54 0.72
Hex 90 BF DE 23 E 0 D CC 36 48
Octal 220 277 336 43 16 0 15 314 66 110
Binary 10010000 10111111 11011110 100011 1110 0 1101 11001100 110110 1001000

Color Harmonies of #90BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BFDE

Black with #90BFDE

Text Example


Text Example

White with #90BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,191,222); }

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

background-color css

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

 a { background-color: rgb(144,191,222); }

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

border-color css

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

 span { border-color: rgb(144,191,222); }

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