Html Css Color HEX #94BDF6 Light Sky Blue

📋 copy color: '#94BDF6'

red 148 ◦ green 189 ◦ blue 246

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

Shades of Light Sky Blue #94BDF6

Tints of Light Sky Blue #94BDF6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.42%

 BLUE value IS 246 (96.48% from 255) = 42.2%

R = 25.39%
G = 32.42%
B = 42.2%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#94BDF6 (or 0x94BDF6) is known color: Light Sky Blue. HEX triplet: 94, BD and F6. RGB value is (148,189,246). Sum of RGB (Red+Green+Blue) = 148+189+246=583 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.39% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #94BDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDF6 is #6B4209. Grayscale: #B6B6B6. Windows color (decimal): -7029258 or 16170388. OLE color: 16170388.

HSL color Cylindrical-coordinate representation of color #94BDF6: hue angle of 214.9º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94BDF6 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 189 246 -
CMYK 0.40 0.23 0 0.04
HSL 214.9º 0.84% 0.77% -
HSV(B) 214.9º 0.4% 0.96% -
XYZ 47.04 49.34 94.23 -
YUV 183.24 163.42 102.87 -
System Red Green Blue C M Y K H S L
Decimal 148 189 246 0.40 0.23 0 0.04 214.9 0.84 0.77
Hex 94 BD F6 28 17 0 4 D7 54 4D
Octal 224 275 366 50 27 0 4 327 124 115
Binary 10010100 10111101 11110110 101000 10111 0 100 11010111 1010100 1001101

Color Harmonies of #94BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BDF6

Black with #94BDF6

Text Example


Text Example

White with #94BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,189,246); }

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

background-color css

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

 a { background-color: rgb(148,189,246); }

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

border-color css

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

 span { border-color: rgb(148,189,246); }

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