Html Css Color HEX #91D2F7 Light Sky Blue

📋 copy color: '#91D2F7'

red 145 ◦ green 210 ◦ blue 247

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

Shades of Light Sky Blue #91D2F7

Tints of Light Sky Blue #91D2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.03%

R = 24.09%
G = 34.88%
B = 41.03%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#91D2F7 (or 0x91D2F7) is known color: Light Sky Blue. HEX triplet: 91, D2 and F7. RGB value is (145,210,247). Sum of RGB (Red+Green+Blue) = 145+210+247=602 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.09% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #91D2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D2F7 is #6E2D08. Grayscale: #C2C2C2. Windows color (decimal): -7220489 or 16241297. OLE color: 16241297.

HSL color Cylindrical-coordinate representation of color #91D2F7: hue angle of 201.76º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91D2F7 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 145 210 247 -
CMYK 0.41 0.15 0 0.03
HSL 201.76º 0.86% 0.77% -
HSV(B) 201.76º 0.41% 0.97% -
XYZ 51.51 58.83 96.64 -
YUV 194.78 157.47 92.49 -
System Red Green Blue C M Y K H S L
Decimal 145 210 247 0.41 0.15 0 0.03 201.76 0.86 0.77
Hex 91 D2 F7 29 F 0 3 CA 56 4D
Octal 221 322 367 51 17 0 3 312 126 115
Binary 10010001 11010010 11110111 101001 1111 0 11 11001010 1010110 1001101

Color Harmonies of #91D2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91D2F7

Black with #91D2F7

Text Example


Text Example

White with #91D2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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