Html Css Color HEX #91D2F2 Cornflower

📋 copy color: '#91D2F2'

red 145 ◦ green 210 ◦ blue 242

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

Shades of Cornflower #91D2F2

Tints of Cornflower #91D2F2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.18%

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

R = 24.29%
G = 35.18%
B = 40.54%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#91D2F2 (or 0x91D2F2) is known color: Cornflower. HEX triplet: 91, D2 and F2. RGB value is (145,210,242). Sum of RGB (Red+Green+Blue) = 145+210+242=597 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.29% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #91D2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D2F2 is #6E2D0D. Grayscale: #C2C2C2. Windows color (decimal): -7220494 or 15913617. OLE color: 15913617.

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

Color convert

RGB 145 210 242 -
CMYK 0.40 0.13 0 0.05
HSL 199.79º 0.79% 0.76% -
HSV(B) 199.79º 0.4% 0.95% -
XYZ 50.75 58.52 92.63 -
YUV 194.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 145 210 242 0.40 0.13 0 0.05 199.79 0.79 0.76
Hex 91 D2 F2 28 D 0 5 C8 4F 4C
Octal 221 322 362 50 15 0 5 310 117 114
Binary 10010001 11010010 11110010 101000 1101 0 101 11001000 1001111 1001100

Color Harmonies of #91D2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91D2F2

Black with #91D2F2

Text Example


Text Example

White with #91D2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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