Html Css Color HEX #95D0FF Light Sky Blue

📋 copy color: '#95D0FF'

red 149 ◦ green 208 ◦ blue 255

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

Shades of Light Sky Blue #95D0FF

Tints of Light Sky Blue #95D0FF

RGB

 RED value IS 149 (58.59% from 255) = 24.35%

 GREEN value IS 208 (81.64% from 255) = 33.99%

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

R = 24.35%
G = 33.99%
B = 41.67%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#95D0FF (or 0x95D0FF) is known color: Light Sky Blue. HEX triplet: 95, D0 and FF. RGB value is (149,208,255). Sum of RGB (Red+Green+Blue) = 149+208+255=612 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.35% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #95D0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D0FF is #6A2F00. Grayscale: #C3C3C3. Windows color (decimal): -6958849 or 16765077. OLE color: 16765077.

HSL color Cylindrical-coordinate representation of color #95D0FF: hue angle of 206.6º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95D0FF is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 208 255 -
CMYK 0.42 0.18 0 0
HSL 206.6º 1% 0.79% -
HSV(B) 206.6º 0.42% 1% -
XYZ 53 58.72 103.15 -
YUV 195.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 149 208 255 0.42 0.18 0 0 206.6 1 0.79
Hex 95 D0 FF 2A 12 0 0 CF 64 4F
Octal 225 320 377 52 22 0 0 317 144 117
Binary 10010101 11010000 11111111 101010 10010 0 0 11001111 1100100 1001111

Color Harmonies of #95D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D0FF

Black with #95D0FF

Text Example


Text Example

White with #95D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95D0FF; }

 p { color: rgb(149,208,255); }

 H1.HeaderClassName
 {
   color: #95D0FF;
 }
 .AnyTagClassName
 {
   color: #95D0FF;
 }
</style>

background-color css

<style>
 a { background-color: #95D0FF; }

 a { background-color: rgb(149,208,255); }

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

border-color css

<style>
 span { border-color: #95D0FF; }

 span { border-color: rgb(149,208,255); }

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