Html Css Color HEX #94D0FB Light Sky Blue

📋 copy color: '#94D0FB'

red 148 ◦ green 208 ◦ blue 251

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

Shades of Light Sky Blue #94D0FB

Tints of Light Sky Blue #94D0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.27%

 BLUE value IS 251 (98.44% from 255) = 41.35%

R = 24.38%
G = 34.27%
B = 41.35%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94D0FB (or 0x94D0FB) is known color: Light Sky Blue. HEX triplet: 94, D0 and FB. RGB value is (148,208,251). Sum of RGB (Red+Green+Blue) = 148+208+251=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #94D0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D0FB is #6B2F04. Grayscale: #C2C2C2. Windows color (decimal): -7024389 or 16502932. OLE color: 16502932.

HSL color Cylindrical-coordinate representation of color #94D0FB: hue angle of 205.05º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94D0FB is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 208 251 -
CMYK 0.41 0.17 0 0.02
HSL 205.05º 0.93% 0.78% -
HSV(B) 205.05º 0.41% 0.98% -
XYZ 52.18 58.37 99.78 -
YUV 194.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 148 208 251 0.41 0.17 0 0.02 205.05 0.93 0.78
Hex 94 D0 FB 29 11 0 2 CD 5D 4E
Octal 224 320 373 51 21 0 2 315 135 116
Binary 10010100 11010000 11111011 101001 10001 0 10 11001101 1011101 1001110

Color Harmonies of #94D0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D0FB

Black with #94D0FB

Text Example


Text Example

White with #94D0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,251); }

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

background-color css

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

 a { background-color: rgb(148,208,251); }

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

border-color css

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

 span { border-color: rgb(148,208,251); }

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