Html Css Color HEX #94CBF9 Light Sky Blue

📋 copy color: '#94CBF9'

red 148 ◦ green 203 ◦ blue 249

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

Shades of Light Sky Blue #94CBF9

Tints of Light Sky Blue #94CBF9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.83%

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

R = 24.67%
G = 33.83%
B = 41.5%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#94CBF9 (or 0x94CBF9) is known color: Light Sky Blue. HEX triplet: 94, CB and F9. RGB value is (148,203,249). Sum of RGB (Red+Green+Blue) = 148+203+249=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #94CBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CBF9 is #6B3406. Grayscale: #BFBFBF. Windows color (decimal): -7025671 or 16370580. OLE color: 16370580.

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

Color convert

RGB 148 203 249 -
CMYK 0.41 0.18 0 0.02
HSL 207.33º 0.89% 0.78% -
HSV(B) 207.33º 0.41% 0.98% -
XYZ 50.67 55.85 97.73 -
YUV 191.8 160.28 96.76 -
System Red Green Blue C M Y K H S L
Decimal 148 203 249 0.41 0.18 0 0.02 207.33 0.89 0.78
Hex 94 CB F9 29 12 0 2 CF 59 4E
Octal 224 313 371 51 22 0 2 317 131 116
Binary 10010100 11001011 11111001 101001 10010 0 10 11001111 1011001 1001110

Color Harmonies of #94CBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CBF9

Black with #94CBF9

Text Example


Text Example

White with #94CBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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