Html Css Color HEX #94BDFF Light Sky Blue

📋 copy color: '#94BDFF'

red 148 ◦ green 189 ◦ blue 255

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

Shades of Light Sky Blue #94BDFF

Tints of Light Sky Blue #94BDFF

RGB

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

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

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

R = 25%
G = 31.93%
B = 43.07%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#94BDFF (or 0x94BDFF) is known color: Light Sky Blue. HEX triplet: 94, BD and FF. RGB value is (148,189,255). Sum of RGB (Red+Green+Blue) = 148+189+255=592 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #94BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BDFF is #6B4200. Grayscale: #B7B7B7. Windows color (decimal): -7029249 or 16760212. OLE color: 16760212.

HSL color Cylindrical-coordinate representation of color #94BDFF: hue angle of 217.01º 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 #94BDFF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 189 255 -
CMYK 0.42 0.26 0 0
HSL 217.01º 1% 0.79% -
HSV(B) 217.01º 0.42% 1% -
XYZ 48.46 49.91 101.69 -
YUV 184.27 167.92 102.13 -
System Red Green Blue C M Y K H S L
Decimal 148 189 255 0.42 0.26 0 0 217.01 1 0.79
Hex 94 BD FF 2A 1A 0 0 D9 64 4F
Octal 224 275 377 52 32 0 0 331 144 117
Binary 10010100 10111101 11111111 101010 11010 0 0 11011001 1100100 1001111

Color Harmonies of #94BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BDFF

Black with #94BDFF

Text Example


Text Example

White with #94BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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