Html Css Color HEX #90BFE2 Cornflower

📋 copy color: '#90BFE2'

red 144 ◦ green 191 ◦ blue 226

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

Shades of Cornflower #90BFE2

Tints of Cornflower #90BFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.29%

R = 25.67%
G = 34.05%
B = 40.29%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#90BFE2 (or 0x90BFE2) is known color: Cornflower. HEX triplet: 90, BF and E2. RGB value is (144,191,226). Sum of RGB (Red+Green+Blue) = 144+191+226=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #90BFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFE2 is #6F401D. Grayscale: #B4B4B4. Windows color (decimal): -7290910 or 14860176. OLE color: 14860176.

HSL color Cylindrical-coordinate representation of color #90BFE2: hue angle of 205.61º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90BFE2 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 191 226 -
CMYK 0.36 0.15 0 0.11
HSL 205.61º 0.59% 0.73% -
HSV(B) 205.61º 0.36% 0.89% -
XYZ 43.86 48.68 79.04 -
YUV 180.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 144 191 226 0.36 0.15 0 0.11 205.61 0.59 0.73
Hex 90 BF E2 24 F 0 B CE 3B 49
Octal 220 277 342 44 17 0 13 316 73 111
Binary 10010000 10111111 11100010 100100 1111 0 1011 11001110 111011 1001001

Color Harmonies of #90BFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BFE2

Black with #90BFE2

Text Example


Text Example

White with #90BFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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