Html Css Color HEX #95C2FE Light Sky Blue

📋 copy color: '#95C2FE'

red 149 ◦ green 194 ◦ blue 254

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

Shades of Light Sky Blue #95C2FE

Tints of Light Sky Blue #95C2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.5%

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 24.96%
G = 32.5%
B = 42.55%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#95C2FE (or 0x95C2FE) is known color: Light Sky Blue. HEX triplet: 95, C2 and FE. RGB value is (149,194,254). Sum of RGB (Red+Green+Blue) = 149+194+254=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #95C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C2FE is #6A3D01. Grayscale: #BBBBBB. Windows color (decimal): -6962434 or 16695957. OLE color: 16695957.

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

Color convert

RGB 149 194 254 -
CMYK 0.41 0.24 0 0.00
HSL 214.29º 0.98% 0.79% -
HSV(B) 214.29º 0.41% 1% -
XYZ 49.58 52.13 101.21 -
YUV 187.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 149 194 254 0.41 0.24 0 0.00 214.29 0.98 0.79
Hex 95 C2 FE 29 18 0 0 D6 62 4F
Octal 225 302 376 51 30 0 0 326 142 117
Binary 10010101 11000010 11111110 101001 11000 0 0 11010110 1100010 1001111

Color Harmonies of #95C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C2FE

Black with #95C2FE

Text Example


Text Example

White with #95C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,194,254); }

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

background-color css

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

 a { background-color: rgb(149,194,254); }

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

border-color css

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

 span { border-color: rgb(149,194,254); }

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