Html Css Color HEX #70FBF2 Baby Blue

📋 copy color: '#70FBF2'

red 112 ◦ green 251 ◦ blue 242

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

Shades of Baby Blue #70FBF2

Tints of Baby Blue #70FBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.49%

 BLUE value IS 242 (94.92% from 255) = 40%

R = 18.51%
G = 41.49%
B = 40%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#70FBF2 (or 0x70FBF2) is known color: Baby Blue. HEX triplet: 70, FB and F2. RGB value is (112,251,242). Sum of RGB (Red+Green+Blue) = 112+251+242=605 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.51% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #70FBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FBF2 is #8F040D. Grayscale: #D0D0D0. Windows color (decimal): -9372686 or 15924080. OLE color: 15924080.

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

Color convert

RGB 112 251 242 -
CMYK 0.55 0 0.04 0.02
HSL 176.12º 0.95% 0.71% -
HSV(B) 176.12º 0.55% 0.98% -
XYZ 57.21 78.85 96.21 -
YUV 208.41 146.95 59.23 -
System Red Green Blue C M Y K H S L
Decimal 112 251 242 0.55 0 0.04 0.02 176.12 0.95 0.71
Hex 70 FB F2 37 0 4 2 B0 5F 47
Octal 160 373 362 67 0 4 2 260 137 107
Binary 1110000 11111011 11110010 110111 0 100 10 10110000 1011111 1000111

Color Harmonies of #70FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FBF2

Black with #70FBF2

Text Example


Text Example

White with #70FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,251,242); }

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

background-color css

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

 a { background-color: rgb(112,251,242); }

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

border-color css

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

 span { border-color: rgb(112,251,242); }

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