Html Css Color HEX #95BBF7 Light Sky Blue

📋 copy color: '#95BBF7'

red 149 ◦ green 187 ◦ blue 247

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

Shades of Light Sky Blue #95BBF7

Tints of Light Sky Blue #95BBF7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.08%

 BLUE value IS 247 (96.88% from 255) = 42.37%

R = 25.56%
G = 32.08%
B = 42.37%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#95BBF7 (or 0x95BBF7) is known color: Light Sky Blue. HEX triplet: 95, BB and F7. RGB value is (149,187,247). Sum of RGB (Red+Green+Blue) = 149+187+247=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #95BBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BBF7 is #6A4408. Grayscale: #B6B6B6. Windows color (decimal): -6964233 or 16235413. OLE color: 16235413.

HSL color Cylindrical-coordinate representation of color #95BBF7: hue angle of 216.73º degrees, saturation: 0.86, 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 #95BBF7 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 187 247 -
CMYK 0.40 0.24 0 0.03
HSL 216.73º 0.86% 0.78% -
HSV(B) 216.73º 0.4% 0.97% -
XYZ 46.95 48.65 94.91 -
YUV 182.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 149 187 247 0.40 0.24 0 0.03 216.73 0.86 0.78
Hex 95 BB F7 28 18 0 3 D9 56 4E
Octal 225 273 367 50 30 0 3 331 126 116
Binary 10010101 10111011 11110111 101000 11000 0 11 11011001 1010110 1001110

Color Harmonies of #95BBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BBF7

Black with #95BBF7

Text Example


Text Example

White with #95BBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,187,247); }

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

background-color css

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

 a { background-color: rgb(149,187,247); }

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

border-color css

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

 span { border-color: rgb(149,187,247); }

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