Html Css Color HEX #90BFEF Cornflower

📋 copy color: '#90BFEF'

red 144 ◦ green 191 ◦ blue 239

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

Shades of Cornflower #90BFEF

Tints of Cornflower #90BFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 25.09%
G = 33.28%
B = 41.64%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90BFEF (or 0x90BFEF) is known color: Cornflower. HEX triplet: 90, BF and EF. RGB value is (144,191,239). Sum of RGB (Red+Green+Blue) = 144+191+239=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #90BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFEF is #6F4010. Grayscale: #B6B6B6. Windows color (decimal): -7290897 or 15712144. OLE color: 15712144.

HSL color Cylindrical-coordinate representation of color #90BFEF: hue angle of 210.32º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90BFEF is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 191 239 -
CMYK 0.40 0.20 0 0.06
HSL 210.32º 0.75% 0.75% -
HSV(B) 210.32º 0.4% 0.94% -
XYZ 45.71 49.42 88.79 -
YUV 182.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 144 191 239 0.40 0.20 0 0.06 210.32 0.75 0.75
Hex 90 BF EF 28 14 0 6 D2 4B 4B
Octal 220 277 357 50 24 0 6 322 113 113
Binary 10010000 10111111 11101111 101000 10100 0 110 11010010 1001011 1001011

Color Harmonies of #90BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BFEF

Black with #90BFEF

Text Example


Text Example

White with #90BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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