Html Css Color HEX #70FAF2 Baby Blue

📋 copy color: '#70FAF2'

red 112 ◦ green 250 ◦ blue 242

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

Shades of Baby Blue #70FAF2

Tints of Baby Blue #70FAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.39%

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

R = 18.54%
G = 41.39%
B = 40.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#70FAF2 (or 0x70FAF2) is known color: Baby Blue. HEX triplet: 70, FA and F2. RGB value is (112,250,242). Sum of RGB (Red+Green+Blue) = 112+250+242=604 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.54% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FAF2 is #8F050D. Grayscale: #CFCFCF. Windows color (decimal): -9372942 or 15923824. OLE color: 15923824.

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

Color convert

RGB 112 250 242 -
CMYK 0.55 0 0.03 0.02
HSL 176.52º 0.93% 0.71% -
HSV(B) 176.52º 0.55% 0.98% -
XYZ 56.89 78.23 96.11 -
YUV 207.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 112 250 242 0.55 0 0.03 0.02 176.52 0.93 0.71
Hex 70 FA F2 37 0 3 2 B1 5D 47
Octal 160 372 362 67 0 3 2 261 135 107
Binary 1110000 11111010 11110010 110111 0 11 10 10110001 1011101 1000111

Color Harmonies of #70FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FAF2

Black with #70FAF2

Text Example


Text Example

White with #70FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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