Html Css Color HEX #94BBFF Light Sky Blue

📋 copy color: '#94BBFF'

red 148 ◦ green 187 ◦ blue 255

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

Shades of Light Sky Blue #94BBFF

Tints of Light Sky Blue #94BBFF

RGB

 RED value IS 148 (58.2% from 255) = 25.08%

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

 BLUE value IS 255 (100% from 255) = 43.22%

R = 25.08%
G = 31.69%
B = 43.22%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#94BBFF (or 0x94BBFF) is known color: Light Sky Blue. HEX triplet: 94, BB and FF. RGB value is (148,187,255). Sum of RGB (Red+Green+Blue) = 148+187+255=590 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.08% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #94BBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BBFF is #6B4400. Grayscale: #B6B6B6. Windows color (decimal): -7029761 or 16759700. OLE color: 16759700.

HSL color Cylindrical-coordinate representation of color #94BBFF: hue angle of 218.13º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94BBFF is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 187 255 -
CMYK 0.42 0.27 0 0
HSL 218.13º 1% 0.79% -
HSV(B) 218.13º 0.42% 1% -
XYZ 48.03 49.06 101.55 -
YUV 183.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 148 187 255 0.42 0.27 0 0 218.13 1 0.79
Hex 94 BB FF 2A 1B 0 0 DA 64 4F
Octal 224 273 377 52 33 0 0 332 144 117
Binary 10010100 10111011 11111111 101010 11011 0 0 11011010 1100100 1001111

Color Harmonies of #94BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BBFF

Black with #94BBFF

Text Example


Text Example

White with #94BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BBFF; }

 p { color: rgb(148,187,255); }

 H1.HeaderClassName
 {
   color: #94BBFF;
 }
 .AnyTagClassName
 {
   color: #94BBFF;
 }
</style>

background-color css

<style>
 a { background-color: #94BBFF; }

 a { background-color: rgb(148,187,255); }

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

border-color css

<style>
 span { border-color: #94BBFF; }

 span { border-color: rgb(148,187,255); }

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