Html Css Color HEX #94CFFD Light Sky Blue

📋 copy color: '#94CFFD'

red 148 ◦ green 207 ◦ blue 253

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

Shades of Light Sky Blue #94CFFD

Tints of Light Sky Blue #94CFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.61%

R = 24.34%
G = 34.05%
B = 41.61%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#94CFFD (or 0x94CFFD) is known color: Light Sky Blue. HEX triplet: 94, CF and FD. RGB value is (148,207,253). Sum of RGB (Red+Green+Blue) = 148+207+253=608 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.34% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #94CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CFFD is #6B3002. Grayscale: #C2C2C2. Windows color (decimal): -7024643 or 16633748. OLE color: 16633748.

HSL color Cylindrical-coordinate representation of color #94CFFD: hue angle of 206.29º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94CFFD is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 207 253 -
CMYK 0.42 0.18 0 0.01
HSL 206.29º 0.96% 0.79% -
HSV(B) 206.29º 0.42% 0.99% -
XYZ 52.26 58.01 101.37 -
YUV 194.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 148 207 253 0.42 0.18 0 0.01 206.29 0.96 0.79
Hex 94 CF FD 2A 12 0 1 CE 60 4F
Octal 224 317 375 52 22 0 1 316 140 117
Binary 10010100 11001111 11111101 101010 10010 0 1 11001110 1100000 1001111

Color Harmonies of #94CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CFFD

Black with #94CFFD

Text Example


Text Example

White with #94CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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