Html Css Color HEX #91CFEA Cornflower

📋 copy color: '#91CFEA'

red 145 ◦ green 207 ◦ blue 234

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

Shades of Cornflower #91CFEA

Tints of Cornflower #91CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.32%

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 24.74%
G = 35.32%
B = 39.93%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#91CFEA (or 0x91CFEA) is known color: Cornflower. HEX triplet: 91, CF and EA. RGB value is (145,207,234). Sum of RGB (Red+Green+Blue) = 145+207+234=586 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.74% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #91CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CFEA is #6E3015. Grayscale: #BFBFBF. Windows color (decimal): -7221270 or 15388561. OLE color: 15388561.

HSL color Cylindrical-coordinate representation of color #91CFEA: hue angle of 198.2º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91CFEA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 207 234 -
CMYK 0.38 0.12 0 0.08
HSL 198.2º 0.68% 0.74% -
HSV(B) 198.2º 0.38% 0.92% -
XYZ 48.84 56.59 86.19 -
YUV 191.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 145 207 234 0.38 0.12 0 0.08 198.2 0.68 0.74
Hex 91 CF EA 26 C 0 8 C6 44 4A
Octal 221 317 352 46 14 0 10 306 104 112
Binary 10010001 11001111 11101010 100110 1100 0 1000 11000110 1000100 1001010

Color Harmonies of #91CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CFEA

Black with #91CFEA

Text Example


Text Example

White with #91CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,207,234); }

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

background-color css

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

 a { background-color: rgb(145,207,234); }

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

border-color css

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

 span { border-color: rgb(145,207,234); }

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