Html Css Color HEX #91CBFF Light Sky Blue

📋 copy color: '#91CBFF'

red 145 ◦ green 203 ◦ blue 255

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

Shades of Light Sky Blue #91CBFF

Tints of Light Sky Blue #91CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.67%

 BLUE value IS 255 (100% from 255) = 42.29%

R = 24.05%
G = 33.67%
B = 42.29%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#91CBFF (or 0x91CBFF) is known color: Light Sky Blue. HEX triplet: 91, CB and FF. RGB value is (145,203,255). Sum of RGB (Red+Green+Blue) = 145+203+255=603 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.05% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #91CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CBFF is #6E3400. Grayscale: #BFBFBF. Windows color (decimal): -7222273 or 16763793. OLE color: 16763793.

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

Color convert

RGB 145 203 255 -
CMYK 0.43 0.20 0 0
HSL 208.36º 1% 0.78% -
HSV(B) 208.36º 0.43% 1% -
XYZ 51.08 55.95 102.72 -
YUV 191.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 145 203 255 0.43 0.20 0 0 208.36 1 0.78
Hex 91 CB FF 2B 14 0 0 D0 64 4E
Octal 221 313 377 53 24 0 0 320 144 116
Binary 10010001 11001011 11111111 101011 10100 0 0 11010000 1100100 1001110

Color Harmonies of #91CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CBFF

Black with #91CBFF

Text Example


Text Example

White with #91CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,203,255); }

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

background-color css

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

 a { background-color: rgb(145,203,255); }

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

border-color css

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

 span { border-color: rgb(145,203,255); }

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