Html Css Color HEX #95BCFF Light Sky Blue

📋 copy color: '#95BCFF'

red 149 ◦ green 188 ◦ blue 255

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

Shades of Light Sky Blue #95BCFF

Tints of Light Sky Blue #95BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.76%

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

R = 25.17%
G = 31.76%
B = 43.07%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#95BCFF (or 0x95BCFF) is known color: Light Sky Blue. HEX triplet: 95, BC and FF. RGB value is (149,188,255). Sum of RGB (Red+Green+Blue) = 149+188+255=592 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.17% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #95BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BCFF is #6A4300. Grayscale: #B7B7B7. Windows color (decimal): -6963969 or 16759957. OLE color: 16759957.

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

Color convert

RGB 149 188 255 -
CMYK 0.42 0.26 0 0
HSL 217.92º 1% 0.79% -
HSV(B) 217.92º 0.42% 1% -
XYZ 48.43 49.58 101.62 -
YUV 183.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 149 188 255 0.42 0.26 0 0 217.92 1 0.79
Hex 95 BC FF 2A 1A 0 0 DA 64 4F
Octal 225 274 377 52 32 0 0 332 144 117
Binary 10010101 10111100 11111111 101010 11010 0 0 11011010 1100100 1001111

Color Harmonies of #95BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BCFF

Black with #95BCFF

Text Example


Text Example

White with #95BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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