Html Css Color HEX #94CFFC Light Sky Blue

📋 copy color: '#94CFFC'

red 148 ◦ green 207 ◦ blue 252

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

Shades of Light Sky Blue #94CFFC

Tints of Light Sky Blue #94CFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.1%

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

R = 24.38%
G = 34.1%
B = 41.52%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94CFFC (or 0x94CFFC) is known color: Light Sky Blue. HEX triplet: 94, CF and FC. RGB value is (148,207,252). Sum of RGB (Red+Green+Blue) = 148+207+252=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #94CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CFFC is #6B3003. Grayscale: #C2C2C2. Windows color (decimal): -7024644 or 16568212. OLE color: 16568212.

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

Color convert

RGB 148 207 252 -
CMYK 0.41 0.18 0 0.01
HSL 205.96º 0.95% 0.78% -
HSV(B) 205.96º 0.41% 0.99% -
XYZ 52.1 57.95 100.54 -
YUV 194.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 148 207 252 0.41 0.18 0 0.01 205.96 0.95 0.78
Hex 94 CF FC 29 12 0 1 CE 5F 4E
Octal 224 317 374 51 22 0 1 316 137 116
Binary 10010100 11001111 11111100 101001 10010 0 1 11001110 1011111 1001110

Color Harmonies of #94CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CFFC

Black with #94CFFC

Text Example


Text Example

White with #94CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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