Html Css Color HEX #90C2F1 Cornflower

📋 copy color: '#90C2F1'

red 144 ◦ green 194 ◦ blue 241

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

Shades of Cornflower #90C2F1

Tints of Cornflower #90C2F1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

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

R = 24.87%
G = 33.51%
B = 41.62%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90C2F1 (or 0x90C2F1) is known color: Cornflower. HEX triplet: 90, C2 and F1. RGB value is (144,194,241). Sum of RGB (Red+Green+Blue) = 144+194+241=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #90C2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C2F1 is #6F3D0E. Grayscale: #B8B8B8. Windows color (decimal): -7290127 or 15843984. OLE color: 15843984.

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

Color convert

RGB 144 194 241 -
CMYK 0.40 0.20 0 0.05
HSL 209.07º 0.78% 0.75% -
HSV(B) 209.07º 0.4% 0.95% -
XYZ 46.67 50.86 90.58 -
YUV 184.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 144 194 241 0.40 0.20 0 0.05 209.07 0.78 0.75
Hex 90 C2 F1 28 14 0 5 D1 4E 4B
Octal 220 302 361 50 24 0 5 321 116 113
Binary 10010000 11000010 11110001 101000 10100 0 101 11010001 1001110 1001011

Color Harmonies of #90C2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C2F1

Black with #90C2F1

Text Example


Text Example

White with #90C2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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