Html Css Color HEX #95C2FA Light Sky Blue

📋 copy color: '#95C2FA'

red 149 ◦ green 194 ◦ blue 250

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

Shades of Light Sky Blue #95C2FA

Tints of Light Sky Blue #95C2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.16%

R = 25.13%
G = 32.72%
B = 42.16%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95C2FA (or 0x95C2FA) is known color: Light Sky Blue. HEX triplet: 95, C2 and FA. RGB value is (149,194,250). Sum of RGB (Red+Green+Blue) = 149+194+250=593 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.13% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #95C2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C2FA is #6A3D05. Grayscale: #BABABA. Windows color (decimal): -6962438 or 16433813. OLE color: 16433813.

HSL color Cylindrical-coordinate representation of color #95C2FA: hue angle of 213.27º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95C2FA is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 194 250 -
CMYK 0.40 0.22 0 0.02
HSL 213.27º 0.91% 0.78% -
HSV(B) 213.27º 0.4% 0.98% -
XYZ 48.94 51.88 97.88 -
YUV 186.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 149 194 250 0.40 0.22 0 0.02 213.27 0.91 0.78
Hex 95 C2 FA 28 16 0 2 D5 5B 4E
Octal 225 302 372 50 26 0 2 325 133 116
Binary 10010101 11000010 11111010 101000 10110 0 10 11010101 1011011 1001110

Color Harmonies of #95C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C2FA

Black with #95C2FA

Text Example


Text Example

White with #95C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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