Html Css Color HEX #91CAF2 Cornflower

📋 copy color: '#91CAF2'

red 145 ◦ green 202 ◦ blue 242

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

Shades of Cornflower #91CAF2

Tints of Cornflower #91CAF2

RGB

 RED value IS 145 (57.03% from 255) = 24.62%

 GREEN value IS 202 (79.3% from 255) = 34.3%

 BLUE value IS 242 (94.92% from 255) = 41.09%

R = 24.62%
G = 34.3%
B = 41.09%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#91CAF2 (or 0x91CAF2) is known color: Cornflower. HEX triplet: 91, CA and F2. RGB value is (145,202,242). Sum of RGB (Red+Green+Blue) = 145+202+242=589 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.62% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 242 - color contains mainly: blue. Hex color #91CAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CAF2 is #6E350D. Grayscale: #BDBDBD. Windows color (decimal): -7222542 or 15911569. OLE color: 15911569.

HSL color Cylindrical-coordinate representation of color #91CAF2: hue angle of 204.74º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91CAF2 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 202 242 -
CMYK 0.40 0.17 0 0.05
HSL 204.74º 0.79% 0.76% -
HSV(B) 204.74º 0.4% 0.95% -
XYZ 48.82 54.67 91.98 -
YUV 189.52 157.62 96.25 -
System Red Green Blue C M Y K H S L
Decimal 145 202 242 0.40 0.17 0 0.05 204.74 0.79 0.76
Hex 91 CA F2 28 11 0 5 CD 4F 4C
Octal 221 312 362 50 21 0 5 315 117 114
Binary 10010001 11001010 11110010 101000 10001 0 101 11001101 1001111 1001100

Color Harmonies of #91CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CAF2

Black with #91CAF2

Text Example


Text Example

White with #91CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91CAF2; }

 p { color: rgb(145,202,242); }

 H1.HeaderClassName
 {
   color: #91CAF2;
 }
 .AnyTagClassName
 {
   color: #91CAF2;
 }
</style>

background-color css

<style>
 a { background-color: #91CAF2; }

 a { background-color: rgb(145,202,242); }

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

border-color css

<style>
 span { border-color: #91CAF2; }

 span { border-color: rgb(145,202,242); }

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