Html Css Color HEX #70F5F9 Baby Blue

📋 copy color: '#70F5F9'

red 112 ◦ green 245 ◦ blue 249

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

Shades of Baby Blue #70F5F9

Tints of Baby Blue #70F5F9

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.43%

 BLUE value IS 249 (97.66% from 255) = 41.09%

R = 18.48%
G = 40.43%
B = 41.09%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70F5F9 (or 0x70F5F9) is known color: Baby Blue. HEX triplet: 70, F5 and F9. RGB value is (112,245,249). Sum of RGB (Red+Green+Blue) = 112+245+249=606 (80% of max value = 765). Red value is 112 (44.14% from 255 or 18.48% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #70F5F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F5F9 is #8F0A06. Grayscale: #CDCDCD. Windows color (decimal): -9374215 or 16381296. OLE color: 16381296.

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

Color convert

RGB 112 245 249 -
CMYK 0.55 0.02 0 0.02
HSL 181.75º 0.92% 0.71% -
HSV(B) 181.75º 0.55% 0.98% -
XYZ 56.43 75.59 101.24 -
YUV 205.69 152.44 61.17 -
System Red Green Blue C M Y K H S L
Decimal 112 245 249 0.55 0.02 0 0.02 181.75 0.92 0.71
Hex 70 F5 F9 37 2 0 2 B6 5C 47
Octal 160 365 371 67 2 0 2 266 134 107
Binary 1110000 11110101 11111001 110111 10 0 10 10110110 1011100 1000111

Color Harmonies of #70F5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F5F9

Black with #70F5F9

Text Example


Text Example

White with #70F5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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