Html Css Color HEX #94BFF9 Light Sky Blue

📋 copy color: '#94BFF9'

red 148 ◦ green 191 ◦ blue 249

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

Shades of Light Sky Blue #94BFF9

Tints of Light Sky Blue #94BFF9

RGB

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

 GREEN value IS 191 (75% from 255) = 32.48%

 BLUE value IS 249 (97.66% from 255) = 42.35%

R = 25.17%
G = 32.48%
B = 42.35%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94BFF9 (or 0x94BFF9) is known color: Light Sky Blue. HEX triplet: 94, BF and F9. RGB value is (148,191,249). Sum of RGB (Red+Green+Blue) = 148+191+249=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #94BFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFF9 is #6B4006. Grayscale: #B8B8B8. Windows color (decimal): -7028743 or 16367508. OLE color: 16367508.

HSL color Cylindrical-coordinate representation of color #94BFF9: hue angle of 214.46º degrees, saturation: 0.89, 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 #94BFF9 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 191 249 -
CMYK 0.41 0.23 0 0.02
HSL 214.46º 0.89% 0.78% -
HSV(B) 214.46º 0.41% 0.98% -
XYZ 47.94 50.4 96.82 -
YUV 184.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 148 191 249 0.41 0.23 0 0.02 214.46 0.89 0.78
Hex 94 BF F9 29 17 0 2 D6 59 4E
Octal 224 277 371 51 27 0 2 326 131 116
Binary 10010100 10111111 11111001 101001 10111 0 10 11010110 1011001 1001110

Color Harmonies of #94BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BFF9

Black with #94BFF9

Text Example


Text Example

White with #94BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,191,249); }

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

background-color css

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

 a { background-color: rgb(148,191,249); }

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

border-color css

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

 span { border-color: rgb(148,191,249); }

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