Html Css Color HEX #70FDFF Baby Blue

📋 copy color: '#70FDFF'

red 112 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #70FDFF

Tints of Baby Blue #70FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.81%

 BLUE value IS 255 (100% from 255) = 41.13%

R = 18.06%
G = 40.81%
B = 41.13%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70FDFF (or 0x70FDFF) is known color: Baby Blue. HEX triplet: 70, FD and FF. RGB value is (112,253,255). Sum of RGB (Red+Green+Blue) = 112+253+255=620 (82% of max value = 765). Red value is 112 (44.14% from 255 or 18.06% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #70FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70FDFF is #8F0200. Grayscale: #D2D2D2. Windows color (decimal): -9372161 or 16776560. OLE color: 16776560.

HSL color Cylindrical-coordinate representation of color #70FDFF: hue angle of 180.84º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FDFF is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 253 255 -
CMYK 0.56 0.01 0 0
HSL 180.84º 1% 0.72% -
HSV(B) 180.84º 0.56% 1% -
XYZ 59.86 80.92 107.07 -
YUV 211.07 152.79 57.34 -
System Red Green Blue C M Y K H S L
Decimal 112 253 255 0.56 0.01 0 0 180.84 1 0.72
Hex 70 FD FF 38 1 0 0 B5 64 48
Octal 160 375 377 70 1 0 0 265 144 110
Binary 1110000 11111101 11111111 111000 1 0 0 10110101 1100100 1001000

Color Harmonies of #70FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FDFF

Black with #70FDFF

Text Example


Text Example

White with #70FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,253,255); }

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

background-color css

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

 a { background-color: rgb(112,253,255); }

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

border-color css

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

 span { border-color: rgb(112,253,255); }

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