Html Css Color HEX #96BCFD Light Sky Blue

📋 copy color: '#96BCFD'

red 150 ◦ green 188 ◦ blue 253

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

Shades of Light Sky Blue #96BCFD

Tints of Light Sky Blue #96BCFD

RGB

 RED value IS 150 (58.98% from 255) = 25.38%

 GREEN value IS 188 (73.83% from 255) = 31.81%

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

R = 25.38%
G = 31.81%
B = 42.81%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96BCFD (or 0x96BCFD) is known color: Light Sky Blue. HEX triplet: 96, BC and FD. RGB value is (150,188,253). Sum of RGB (Red+Green+Blue) = 150+188+253=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #96BCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCFD is #694302. Grayscale: #B7B7B7. Windows color (decimal): -6898435 or 16628886. OLE color: 16628886.

HSL color Cylindrical-coordinate representation of color #96BCFD: hue angle of 217.86º 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 #96BCFD is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 188 253 -
CMYK 0.41 0.26 0 0.01
HSL 217.86º 0.96% 0.79% -
HSV(B) 217.86º 0.41% 0.99% -
XYZ 48.29 49.54 99.95 -
YUV 184.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 150 188 253 0.41 0.26 0 0.01 217.86 0.96 0.79
Hex 96 BC FD 29 1A 0 1 DA 60 4F
Octal 226 274 375 51 32 0 1 332 140 117
Binary 10010110 10111100 11111101 101001 11010 0 1 11011010 1100000 1001111

Color Harmonies of #96BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCFD

Black with #96BCFD

Text Example


Text Example

White with #96BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96BCFD; }

 p { color: rgb(150,188,253); }

 H1.HeaderClassName
 {
   color: #96BCFD;
 }
 .AnyTagClassName
 {
   color: #96BCFD;
 }
</style>

background-color css

<style>
 a { background-color: #96BCFD; }

 a { background-color: rgb(150,188,253); }

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

border-color css

<style>
 span { border-color: #96BCFD; }

 span { border-color: rgb(150,188,253); }

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