Html Css Color HEX #91C6FC Light Sky Blue

📋 copy color: '#91C6FC'

red 145 ◦ green 198 ◦ blue 252

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

Shades of Light Sky Blue #91C6FC

Tints of Light Sky Blue #91C6FC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.28%

 BLUE value IS 252 (98.83% from 255) = 42.35%

R = 24.37%
G = 33.28%
B = 42.35%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#91C6FC (or 0x91C6FC) is known color: Light Sky Blue. HEX triplet: 91, C6 and FC. RGB value is (145,198,252). Sum of RGB (Red+Green+Blue) = 145+198+252=595 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.37% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #91C6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91C6FC is #6E3903. Grayscale: #BCBCBC. Windows color (decimal): -7223556 or 16565905. OLE color: 16565905.

HSL color Cylindrical-coordinate representation of color #91C6FC: hue angle of 210.28º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91C6FC is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 198 252 -
CMYK 0.42 0.21 0 0.01
HSL 210.28º 0.95% 0.78% -
HSV(B) 210.28º 0.42% 0.99% -
XYZ 49.44 53.44 99.8 -
YUV 188.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 145 198 252 0.42 0.21 0 0.01 210.28 0.95 0.78
Hex 91 C6 FC 2A 15 0 1 D2 5F 4E
Octal 221 306 374 52 25 0 1 322 137 116
Binary 10010001 11000110 11111100 101010 10101 0 1 11010010 1011111 1001110

Color Harmonies of #91C6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C6FC

Black with #91C6FC

Text Example


Text Example

White with #91C6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,198,252); }

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

background-color css

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

 a { background-color: rgb(145,198,252); }

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

border-color css

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

 span { border-color: rgb(145,198,252); }

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