Html Css Color HEX #70F2F9 Baby Blue

📋 copy color: '#70F2F9'

red 112 ◦ green 242 ◦ blue 249

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

Shades of Baby Blue #70F2F9

Tints of Baby Blue #70F2F9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.13%

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

R = 18.57%
G = 40.13%
B = 41.29%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70F2F9 (or 0x70F2F9) is known color: Baby Blue. HEX triplet: 70, F2 and F9. RGB value is (112,242,249). Sum of RGB (Red+Green+Blue) = 112+242+249=603 (79% of max value = 765). Red value is 112 (44.14% from 255 or 18.57% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #70F2F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70F2F9 is #8F0D06. Grayscale: #CBCBCB. Windows color (decimal): -9374983 or 16380528. OLE color: 16380528.

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

Color convert

RGB 112 242 249 -
CMYK 0.55 0.03 0 0.02
HSL 183.07º 0.92% 0.71% -
HSV(B) 183.07º 0.55% 0.98% -
XYZ 55.53 73.79 100.94 -
YUV 203.93 153.43 62.43 -
System Red Green Blue C M Y K H S L
Decimal 112 242 249 0.55 0.03 0 0.02 183.07 0.92 0.71
Hex 70 F2 F9 37 3 0 2 B7 5C 47
Octal 160 362 371 67 3 0 2 267 134 107
Binary 1110000 11110010 11111001 110111 11 0 10 10110111 1011100 1000111

Color Harmonies of #70F2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F2F9

Black with #70F2F9

Text Example


Text Example

White with #70F2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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