Html Css Color HEX #91BCFC Light Sky Blue

📋 copy color: '#91BCFC'

red 145 ◦ green 188 ◦ blue 252

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

Shades of Light Sky Blue #91BCFC

Tints of Light Sky Blue #91BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.14%

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

R = 24.79%
G = 32.14%
B = 43.08%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#91BCFC (or 0x91BCFC) is known color: Light Sky Blue. HEX triplet: 91, BC and FC. RGB value is (145,188,252). Sum of RGB (Red+Green+Blue) = 145+188+252=585 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.79% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #91BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91BCFC is #6E4303. Grayscale: #B6B6B6. Windows color (decimal): -7226116 or 16563345. OLE color: 16563345.

HSL color Cylindrical-coordinate representation of color #91BCFC: hue angle of 215.89º 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 #91BCFC is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 188 252 -
CMYK 0.42 0.25 0 0.01
HSL 215.89º 0.95% 0.78% -
HSV(B) 215.89º 0.42% 0.99% -
XYZ 47.23 49.01 99.07 -
YUV 182.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 145 188 252 0.42 0.25 0 0.01 215.89 0.95 0.78
Hex 91 BC FC 2A 19 0 1 D8 5F 4E
Octal 221 274 374 52 31 0 1 330 137 116
Binary 10010001 10111100 11111100 101010 11001 0 1 11011000 1011111 1001110

Color Harmonies of #91BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BCFC

Black with #91BCFC

Text Example


Text Example

White with #91BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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