Html Css Color HEX #95BFF8 Light Sky Blue

📋 copy color: '#95BFF8'

red 149 ◦ green 191 ◦ blue 248

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

Shades of Light Sky Blue #95BFF8

Tints of Light Sky Blue #95BFF8

RGB

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

 GREEN value IS 191 (75% from 255) = 32.48%

 BLUE value IS 248 (97.27% from 255) = 42.18%

R = 25.34%
G = 32.48%
B = 42.18%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#95BFF8 (or 0x95BFF8) is known color: Light Sky Blue. HEX triplet: 95, BF and F8. RGB value is (149,191,248). Sum of RGB (Red+Green+Blue) = 149+191+248=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #95BFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BFF8 is #6A4007. Grayscale: #B8B8B8. Windows color (decimal): -6963208 or 16301973. OLE color: 16301973.

HSL color Cylindrical-coordinate representation of color #95BFF8: hue angle of 214.55º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95BFF8 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 191 248 -
CMYK 0.40 0.23 0 0.03
HSL 214.55º 0.88% 0.78% -
HSV(B) 214.55º 0.4% 0.97% -
XYZ 47.97 50.43 96.01 -
YUV 184.94 163.59 102.37 -
System Red Green Blue C M Y K H S L
Decimal 149 191 248 0.40 0.23 0 0.03 214.55 0.88 0.78
Hex 95 BF F8 28 17 0 3 D7 58 4E
Octal 225 277 370 50 27 0 3 327 130 116
Binary 10010101 10111111 11111000 101000 10111 0 11 11010111 1011000 1001110

Color Harmonies of #95BFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BFF8

Black with #95BFF8

Text Example


Text Example

White with #95BFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,191,248); }

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

background-color css

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

 a { background-color: rgb(149,191,248); }

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

border-color css

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

 span { border-color: rgb(149,191,248); }

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