Html Css Color HEX #95BFFD Light Sky Blue

📋 copy color: '#95BFFD'

red 149 ◦ green 191 ◦ blue 253

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

Shades of Light Sky Blue #95BFFD

Tints of Light Sky Blue #95BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.66%

R = 25.13%
G = 32.21%
B = 42.66%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#95BFFD (or 0x95BFFD) is known color: Light Sky Blue. HEX triplet: 95, BF and FD. RGB value is (149,191,253). Sum of RGB (Red+Green+Blue) = 149+191+253=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #95BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BFFD is #6A4002. Grayscale: #B9B9B9. Windows color (decimal): -6963203 or 16629653. OLE color: 16629653.

HSL color Cylindrical-coordinate representation of color #95BFFD: hue angle of 215.77º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95BFFD is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 191 253 -
CMYK 0.41 0.25 0 0.01
HSL 215.77º 0.96% 0.79% -
HSV(B) 215.77º 0.41% 0.99% -
XYZ 48.75 50.74 100.15 -
YUV 185.51 166.09 101.96 -
System Red Green Blue C M Y K H S L
Decimal 149 191 253 0.41 0.25 0 0.01 215.77 0.96 0.79
Hex 95 BF FD 29 19 0 1 D8 60 4F
Octal 225 277 375 51 31 0 1 330 140 117
Binary 10010101 10111111 11111101 101001 11001 0 1 11011000 1100000 1001111

Color Harmonies of #95BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BFFD

Black with #95BFFD

Text Example


Text Example

White with #95BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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