Html Css Color HEX #91CDFA Light Sky Blue

📋 copy color: '#91CDFA'

red 145 ◦ green 205 ◦ blue 250

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

Shades of Light Sky Blue #91CDFA

Tints of Light Sky Blue #91CDFA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.17%

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

R = 24.17%
G = 34.17%
B = 41.67%

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

#91CDFA (or 0x91CDFA) is known color: Light Sky Blue. HEX triplet: 91, CD and FA. RGB value is (145,205,250). Sum of RGB (Red+Green+Blue) = 145+205+250=600 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.17% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #91CDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91CDFA is #6E3205. Grayscale: #BFBFBF. Windows color (decimal): -7221766 or 16436625. OLE color: 16436625.

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

Color convert

RGB 145 205 250 -
CMYK 0.42 0.18 0 0.02
HSL 205.71º 0.91% 0.77% -
HSV(B) 205.71º 0.42% 0.98% -
XYZ 50.76 56.58 98.69 -
YUV 192.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 145 205 250 0.42 0.18 0 0.02 205.71 0.91 0.77
Hex 91 CD FA 2A 12 0 2 CE 5B 4D
Octal 221 315 372 52 22 0 2 316 133 115
Binary 10010001 11001101 11111010 101010 10010 0 10 11001110 1011011 1001101

Color Harmonies of #91CDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91CDFA

Black with #91CDFA

Text Example


Text Example

White with #91CDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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