Html Css Color HEX #91CEFE Light Sky Blue

📋 copy color: '#91CEFE'

red 145 ◦ green 206 ◦ blue 254

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

Shades of Light Sky Blue #91CEFE

Tints of Light Sky Blue #91CEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.05%

 BLUE value IS 254 (99.61% from 255) = 41.98%

R = 23.97%
G = 34.05%
B = 41.98%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#91CEFE (or 0x91CEFE) is known color: Light Sky Blue. HEX triplet: 91, CE and FE. RGB value is (145,206,254). Sum of RGB (Red+Green+Blue) = 145+206+254=605 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.97% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #91CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CEFE is #6E3101. Grayscale: #C0C0C0. Windows color (decimal): -7221506 or 16699025. OLE color: 16699025.

HSL color Cylindrical-coordinate representation of color #91CEFE: hue angle of 206.42º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91CEFE is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 145 206 254 -
CMYK 0.43 0.19 0 0.00
HSL 206.42º 0.98% 0.78% -
HSV(B) 206.42º 0.43% 1% -
XYZ 51.64 57.32 102.11 -
YUV 193.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 145 206 254 0.43 0.19 0 0.00 206.42 0.98 0.78
Hex 91 CE FE 2B 13 0 0 CE 62 4E
Octal 221 316 376 53 23 0 0 316 142 116
Binary 10010001 11001110 11111110 101011 10011 0 0 11001110 1100010 1001110

Color Harmonies of #91CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CEFE

Black with #91CEFE

Text Example


Text Example

White with #91CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,206,254); }

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

background-color css

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

 a { background-color: rgb(145,206,254); }

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

border-color css

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

 span { border-color: rgb(145,206,254); }

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