Html Css Color HEX #91CFF2 Cornflower

📋 copy color: '#91CFF2'

red 145 ◦ green 207 ◦ blue 242

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

Shades of Cornflower #91CFF2

Tints of Cornflower #91CFF2

RGB

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

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

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

R = 24.41%
G = 34.85%
B = 40.74%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#91CFF2 (or 0x91CFF2) is known color: Cornflower. HEX triplet: 91, CF and F2. RGB value is (145,207,242). Sum of RGB (Red+Green+Blue) = 145+207+242=594 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.41% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #91CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CFF2 is #6E300D. Grayscale: #C0C0C0. Windows color (decimal): -7221262 or 15912849. OLE color: 15912849.

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

Color convert

RGB 145 207 242 -
CMYK 0.40 0.14 0 0.05
HSL 201.65º 0.79% 0.76% -
HSV(B) 201.65º 0.4% 0.95% -
XYZ 50.02 57.06 92.38 -
YUV 192.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 145 207 242 0.40 0.14 0 0.05 201.65 0.79 0.76
Hex 91 CF F2 28 E 0 5 CA 4F 4C
Octal 221 317 362 50 16 0 5 312 117 114
Binary 10010001 11001111 11110010 101000 1110 0 101 11001010 1001111 1001100

Color Harmonies of #91CFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CFF2

Black with #91CFF2

Text Example


Text Example

White with #91CFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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