Html Css Color HEX #70F9ED Baby Blue

📋 copy color: '#70F9ED'

red 112 ◦ green 249 ◦ blue 237

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

Shades of Baby Blue #70F9ED

Tints of Baby Blue #70F9ED

RGB

 RED value IS 112 (44.14% from 255) = 18.73%

 GREEN value IS 249 (97.66% from 255) = 41.64%

 BLUE value IS 237 (92.97% from 255) = 39.63%

R = 18.73%
G = 41.64%
B = 39.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#70F9ED (or 0x70F9ED) is known color: Baby Blue. HEX triplet: 70, F9 and ED. RGB value is (112,249,237). Sum of RGB (Red+Green+Blue) = 112+249+237=598 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.73% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #70F9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F9ED is #8F0612. Grayscale: #CECECE. Windows color (decimal): -9373203 or 15595888. OLE color: 15595888.

HSL color Cylindrical-coordinate representation of color #70F9ED: hue angle of 174.74º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F9ED is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 249 237 -
CMYK 0.55 0 0.05 0.02
HSL 174.74º 0.92% 0.71% -
HSV(B) 174.74º 0.55% 0.98% -
XYZ 55.84 77.31 92.1 -
YUV 206.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 112 249 237 0.55 0 0.05 0.02 174.74 0.92 0.71
Hex 70 F9 ED 37 0 5 2 AF 5C 47
Octal 160 371 355 67 0 5 2 257 134 107
Binary 1110000 11111001 11101101 110111 0 101 10 10101111 1011100 1000111

Color Harmonies of #70F9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F9ED

Black with #70F9ED

Text Example


Text Example

White with #70F9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70F9ED; }

 p { color: rgb(112,249,237); }

 H1.HeaderClassName
 {
   color: #70F9ED;
 }
 .AnyTagClassName
 {
   color: #70F9ED;
 }
</style>

background-color css

<style>
 a { background-color: #70F9ED; }

 a { background-color: rgb(112,249,237); }

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

border-color css

<style>
 span { border-color: #70F9ED; }

 span { border-color: rgb(112,249,237); }

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