Html Css Color HEX #94BFF6 Light Sky Blue

📋 copy color: '#94BFF6'

red 148 ◦ green 191 ◦ blue 246

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

Shades of Light Sky Blue #94BFF6

Tints of Light Sky Blue #94BFF6

RGB

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

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

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

R = 25.3%
G = 32.65%
B = 42.05%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#94BFF6 (or 0x94BFF6) is known color: Light Sky Blue. HEX triplet: 94, BF and F6. RGB value is (148,191,246). Sum of RGB (Red+Green+Blue) = 148+191+246=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #94BFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94BFF6 is #6B4009. Grayscale: #B8B8B8. Windows color (decimal): -7028746 or 16170900. OLE color: 16170900.

HSL color Cylindrical-coordinate representation of color #94BFF6: hue angle of 213.67º 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 #94BFF6 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 191 246 -
CMYK 0.40 0.22 0 0.04
HSL 213.67º 0.84% 0.77% -
HSV(B) 213.67º 0.4% 0.96% -
XYZ 47.48 50.21 94.38 -
YUV 184.41 162.75 102.03 -
System Red Green Blue C M Y K H S L
Decimal 148 191 246 0.40 0.22 0 0.04 213.67 0.84 0.77
Hex 94 BF F6 28 16 0 4 D6 54 4D
Octal 224 277 366 50 26 0 4 326 124 115
Binary 10010100 10111111 11110110 101000 10110 0 100 11010110 1010100 1001101

Color Harmonies of #94BFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BFF6

Black with #94BFF6

Text Example


Text Example

White with #94BFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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