Html Css Color HEX #95C0F9 Light Sky Blue

📋 copy color: '#95C0F9'

red 149 ◦ green 192 ◦ blue 249

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

Shades of Light Sky Blue #95C0F9

Tints of Light Sky Blue #95C0F9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.54%

 BLUE value IS 249 (97.66% from 255) = 42.2%

R = 25.25%
G = 32.54%
B = 42.2%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95C0F9 (or 0x95C0F9) is known color: Light Sky Blue. HEX triplet: 95, C0 and F9. RGB value is (149,192,249). Sum of RGB (Red+Green+Blue) = 149+192+249=590 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.25% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 249 (97.66% from 255 or 42.20% from 590); Max value from RGB is 249 - color contains mainly: blue. Hex color #95C0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C0F9 is #6A3F06. Grayscale: #B9B9B9. Windows color (decimal): -6962951 or 16367765. OLE color: 16367765.

HSL color Cylindrical-coordinate representation of color #95C0F9: hue angle of 214.2º degrees, saturation: 0.89, 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 #95C0F9 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 192 249 -
CMYK 0.40 0.23 0 0.02
HSL 214.2º 0.89% 0.78% -
HSV(B) 214.2º 0.4% 0.98% -
XYZ 48.34 50.93 96.9 -
YUV 185.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 149 192 249 0.40 0.23 0 0.02 214.2 0.89 0.78
Hex 95 C0 F9 28 17 0 2 D6 59 4E
Octal 225 300 371 50 27 0 2 326 131 116
Binary 10010101 11000000 11111001 101000 10111 0 10 11010110 1011001 1001110

Color Harmonies of #95C0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C0F9

Black with #95C0F9

Text Example


Text Example

White with #95C0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,192,249); }

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

background-color css

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

 a { background-color: rgb(149,192,249); }

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

border-color css

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

 span { border-color: rgb(149,192,249); }

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