Html Css Color HEX #91CEF2 Cornflower

📋 copy color: '#91CEF2'

red 145 ◦ green 206 ◦ blue 242

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

Shades of Cornflower #91CEF2

Tints of Cornflower #91CEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.74%

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

R = 24.45%
G = 34.74%
B = 40.81%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#91CEF2 (or 0x91CEF2) is known color: Cornflower. HEX triplet: 91, CE and F2. RGB value is (145,206,242). Sum of RGB (Red+Green+Blue) = 145+206+242=593 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.45% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #91CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CEF2 is #6E310D. Grayscale: #BFBFBF. Windows color (decimal): -7221518 or 15912593. OLE color: 15912593.

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

Color convert

RGB 145 206 242 -
CMYK 0.40 0.15 0 0.05
HSL 202.27º 0.79% 0.76% -
HSV(B) 202.27º 0.4% 0.95% -
XYZ 49.78 56.57 92.3 -
YUV 191.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 145 206 242 0.40 0.15 0 0.05 202.27 0.79 0.76
Hex 91 CE F2 28 F 0 5 CA 4F 4C
Octal 221 316 362 50 17 0 5 312 117 114
Binary 10010001 11001110 11110010 101000 1111 0 101 11001010 1001111 1001100

Color Harmonies of #91CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CEF2

Black with #91CEF2

Text Example


Text Example

White with #91CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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