Html Css Color HEX #95BBFF Light Sky Blue

📋 copy color: '#95BBFF'

red 149 ◦ green 187 ◦ blue 255

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

Shades of Light Sky Blue #95BBFF

Tints of Light Sky Blue #95BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.64%

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

R = 25.21%
G = 31.64%
B = 43.15%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#95BBFF (or 0x95BBFF) is known color: Light Sky Blue. HEX triplet: 95, BB and FF. RGB value is (149,187,255). Sum of RGB (Red+Green+Blue) = 149+187+255=591 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.21% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #95BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BBFF is #6A4400. Grayscale: #B7B7B7. Windows color (decimal): -6964225 or 16759701. OLE color: 16759701.

HSL color Cylindrical-coordinate representation of color #95BBFF: hue angle of 218.49º 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 #95BBFF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 187 255 -
CMYK 0.42 0.27 0 0
HSL 218.49º 1% 0.79% -
HSV(B) 218.49º 0.42% 1% -
XYZ 48.21 49.15 101.55 -
YUV 183.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 149 187 255 0.42 0.27 0 0 218.49 1 0.79
Hex 95 BB FF 2A 1B 0 0 DA 64 4F
Octal 225 273 377 52 33 0 0 332 144 117
Binary 10010101 10111011 11111111 101010 11011 0 0 11011010 1100100 1001111

Color Harmonies of #95BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBFF

Black with #95BBFF

Text Example


Text Example

White with #95BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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