Html Css Color HEX #70F9F4 Baby Blue

📋 copy color: '#70F9F4'

red 112 ◦ green 249 ◦ blue 244

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

Shades of Baby Blue #70F9F4

Tints of Baby Blue #70F9F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.33%

R = 18.51%
G = 41.16%
B = 40.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#70F9F4 (or 0x70F9F4) is known color: Baby Blue. HEX triplet: 70, F9 and F4. RGB value is (112,249,244). Sum of RGB (Red+Green+Blue) = 112+249+244=605 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.51% from 605); Green value is 249 (97.66% from 255 or 41.16% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 249 - color contains mainly: green. Hex color #70F9F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F9F4 is #8F060B. Grayscale: #CFCFCF. Windows color (decimal): -9373196 or 16054640. OLE color: 16054640.

HSL color Cylindrical-coordinate representation of color #70F9F4: hue angle of 177.81º 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 #70F9F4 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 249 244 -
CMYK 0.55 0 0.02 0.02
HSL 177.81º 0.92% 0.71% -
HSV(B) 177.81º 0.55% 0.98% -
XYZ 56.89 77.73 97.59 -
YUV 207.47 148.61 59.91 -
System Red Green Blue C M Y K H S L
Decimal 112 249 244 0.55 0 0.02 0.02 177.81 0.92 0.71
Hex 70 F9 F4 37 0 2 2 B2 5C 47
Octal 160 371 364 67 0 2 2 262 134 107
Binary 1110000 11111001 11110100 110111 0 10 10 10110010 1011100 1000111

Color Harmonies of #70F9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F9F4

Black with #70F9F4

Text Example


Text Example

White with #70F9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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