Html Css Color HEX #90CBF1 Cornflower

📋 copy color: '#90CBF1'

red 144 ◦ green 203 ◦ blue 241

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

Shades of Cornflower #90CBF1

Tints of Cornflower #90CBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.52%

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 24.49%
G = 34.52%
B = 40.99%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90CBF1 (or 0x90CBF1) is known color: Cornflower. HEX triplet: 90, CB and F1. RGB value is (144,203,241). Sum of RGB (Red+Green+Blue) = 144+203+241=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #90CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CBF1 is #6F340E. Grayscale: #BDBDBD. Windows color (decimal): -7287823 or 15846288. OLE color: 15846288.

HSL color Cylindrical-coordinate representation of color #90CBF1: hue angle of 203.51º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90CBF1 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 203 241 -
CMYK 0.40 0.16 0 0.05
HSL 203.51º 0.78% 0.75% -
HSV(B) 203.51º 0.4% 0.95% -
XYZ 48.73 54.99 91.27 -
YUV 189.69 156.95 95.41 -
System Red Green Blue C M Y K H S L
Decimal 144 203 241 0.40 0.16 0 0.05 203.51 0.78 0.75
Hex 90 CB F1 28 10 0 5 CC 4E 4B
Octal 220 313 361 50 20 0 5 314 116 113
Binary 10010000 11001011 11110001 101000 10000 0 101 11001100 1001110 1001011

Color Harmonies of #90CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CBF1

Black with #90CBF1

Text Example


Text Example

White with #90CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,203,241); }

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

background-color css

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

 a { background-color: rgb(144,203,241); }

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

border-color css

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

 span { border-color: rgb(144,203,241); }

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