Html Css Color HEX #94D2FC Light Sky Blue

📋 copy color: '#94D2FC'

red 148 ◦ green 210 ◦ blue 252

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

Shades of Light Sky Blue #94D2FC

Tints of Light Sky Blue #94D2FC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.43%

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 24.26%
G = 34.43%
B = 41.31%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94D2FC (or 0x94D2FC) is known color: Light Sky Blue. HEX triplet: 94, D2 and FC. RGB value is (148,210,252). Sum of RGB (Red+Green+Blue) = 148+210+252=610 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.26% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #94D2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94D2FC is #6B2D03. Grayscale: #C4C4C4. Windows color (decimal): -7023876 or 16568980. OLE color: 16568980.

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

Color convert

RGB 148 210 252 -
CMYK 0.41 0.17 0 0.01
HSL 204.23º 0.95% 0.78% -
HSV(B) 204.23º 0.41% 0.99% -
XYZ 52.83 59.42 100.78 -
YUV 196.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 148 210 252 0.41 0.17 0 0.01 204.23 0.95 0.78
Hex 94 D2 FC 29 11 0 1 CC 5F 4E
Octal 224 322 374 51 21 0 1 314 137 116
Binary 10010100 11010010 11111100 101001 10001 0 1 11001100 1011111 1001110

Color Harmonies of #94D2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D2FC

Black with #94D2FC

Text Example


Text Example

White with #94D2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,210,252); }

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

background-color css

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

 a { background-color: rgb(148,210,252); }

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

border-color css

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

 span { border-color: rgb(148,210,252); }

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