Html Css Color HEX #90BAF1 Cornflower

📋 copy color: '#90BAF1'

red 144 ◦ green 186 ◦ blue 241

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

Shades of Cornflower #90BAF1

Tints of Cornflower #90BAF1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.57%

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

R = 25.22%
G = 32.57%
B = 42.21%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90BAF1 (or 0x90BAF1) is known color: Cornflower. HEX triplet: 90, BA and F1. RGB value is (144,186,241). Sum of RGB (Red+Green+Blue) = 144+186+241=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #90BAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BAF1 is #6F450E. Grayscale: #B3B3B3. Windows color (decimal): -7292175 or 15841936. OLE color: 15841936.

HSL color Cylindrical-coordinate representation of color #90BAF1: hue angle of 214.02º 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 #90BAF1 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 186 241 -
CMYK 0.40 0.23 0 0.05
HSL 214.02º 0.78% 0.75% -
HSV(B) 214.02º 0.4% 0.95% -
XYZ 44.94 47.4 90 -
YUV 179.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 144 186 241 0.40 0.23 0 0.05 214.02 0.78 0.75
Hex 90 BA F1 28 17 0 5 D6 4E 4B
Octal 220 272 361 50 27 0 5 326 116 113
Binary 10010000 10111010 11110001 101000 10111 0 101 11010110 1001110 1001011

Color Harmonies of #90BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BAF1

Black with #90BAF1

Text Example


Text Example

White with #90BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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