Html Css Color HEX #91CEFA Light Sky Blue

📋 copy color: '#91CEFA'

red 145 ◦ green 206 ◦ blue 250

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

Shades of Light Sky Blue #91CEFA

Tints of Light Sky Blue #91CEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.6%

R = 24.13%
G = 34.28%
B = 41.6%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#91CEFA (or 0x91CEFA) is known color: Light Sky Blue. HEX triplet: 91, CE and FA. RGB value is (145,206,250). Sum of RGB (Red+Green+Blue) = 145+206+250=601 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.13% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #91CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CEFA is #6E3105. Grayscale: #C0C0C0. Windows color (decimal): -7221510 or 16436881. OLE color: 16436881.

HSL color Cylindrical-coordinate representation of color #91CEFA: hue angle of 205.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91CEFA is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 206 250 -
CMYK 0.42 0.18 0 0.02
HSL 205.14º 0.91% 0.77% -
HSV(B) 205.14º 0.42% 0.98% -
XYZ 51 57.06 98.77 -
YUV 192.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 145 206 250 0.42 0.18 0 0.02 205.14 0.91 0.77
Hex 91 CE FA 2A 12 0 2 CD 5B 4D
Octal 221 316 372 52 22 0 2 315 133 115
Binary 10010001 11001110 11111010 101010 10010 0 10 11001101 1011011 1001101

Color Harmonies of #91CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CEFA

Black with #91CEFA

Text Example


Text Example

White with #91CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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