Html Css Color HEX #70F9F3 Baby Blue

📋 copy color: '#70F9F3'

red 112 ◦ green 249 ◦ blue 243

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

Shades of Baby Blue #70F9F3

Tints of Baby Blue #70F9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.23%

R = 18.54%
G = 41.23%
B = 40.23%

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

#70F9F3 (or 0x70F9F3) is known color: Baby Blue. HEX triplet: 70, F9 and F3. RGB value is (112,249,243). Sum of RGB (Red+Green+Blue) = 112+249+243=604 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.54% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #70F9F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F9F3 is #8F060C. Grayscale: #CFCFCF. Windows color (decimal): -9373197 or 15989104. OLE color: 15989104.

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

Color convert

RGB 112 249 243 -
CMYK 0.55 0 0.02 0.02
HSL 177.37º 0.92% 0.71% -
HSV(B) 177.37º 0.55% 0.98% -
XYZ 56.74 77.67 96.8 -
YUV 207.35 148.11 59.99 -
System Red Green Blue C M Y K H S L
Decimal 112 249 243 0.55 0 0.02 0.02 177.37 0.92 0.71
Hex 70 F9 F3 37 0 2 2 B1 5C 47
Octal 160 371 363 67 0 2 2 261 134 107
Binary 1110000 11111001 11110011 110111 0 10 10 10110001 1011100 1000111

Color Harmonies of #70F9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F9F3

Black with #70F9F3

Text Example


Text Example

White with #70F9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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