Html Css Color HEX #70F3F9 Baby Blue

📋 copy color: '#70F3F9'

red 112 ◦ green 243 ◦ blue 249

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

Shades of Baby Blue #70F3F9

Tints of Baby Blue #70F3F9

RGB

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

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

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

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

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

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

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

Color convert

RGB 112 243 249 -
CMYK 0.55 0.02 0 0.02
HSL 182.63º 0.92% 0.71% -
HSV(B) 182.63º 0.55% 0.98% -
XYZ 55.83 74.39 101.04 -
YUV 204.52 153.1 62.01 -
System Red Green Blue C M Y K H S L
Decimal 112 243 249 0.55 0.02 0 0.02 182.63 0.92 0.71
Hex 70 F3 F9 37 2 0 2 B7 5C 47
Octal 160 363 371 67 2 0 2 267 134 107
Binary 1110000 11110011 11111001 110111 10 0 10 10110111 1011100 1000111

Color Harmonies of #70F3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F3F9

Black with #70F3F9

Text Example


Text Example

White with #70F3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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