Html Css Color HEX #75FDF6 Baby Blue

📋 copy color: '#75FDF6'

red 117 ◦ green 253 ◦ blue 246

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

Shades of Baby Blue #75FDF6

Tints of Baby Blue #75FDF6

RGB

 RED value IS 117 (46.09% from 255) = 18.99%

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

 BLUE value IS 246 (96.48% from 255) = 39.94%

R = 18.99%
G = 41.07%
B = 39.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#75FDF6 (or 0x75FDF6) is known color: Baby Blue. HEX triplet: 75, FD and F6. RGB value is (117,253,246). Sum of RGB (Red+Green+Blue) = 117+253+246=616 (81% of max value = 765). Red value is 117 (46.09% from 255 or 18.99% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FDF6 is #8A0209. Grayscale: #D3D3D3. Windows color (decimal): -9044490 or 16186741. OLE color: 16186741.

HSL color Cylindrical-coordinate representation of color #75FDF6: hue angle of 176.91º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FDF6 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 253 246 -
CMYK 0.54 0 0.03 0.01
HSL 176.91º 0.97% 0.73% -
HSV(B) 176.91º 0.54% 0.99% -
XYZ 59.1 80.69 99.65 -
YUV 211.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 117 253 246 0.54 0 0.03 0.01 176.91 0.97 0.73
Hex 75 FD F6 36 0 3 1 B1 61 49
Octal 165 375 366 66 0 3 1 261 141 111
Binary 1110101 11111101 11110110 110110 0 11 1 10110001 1100001 1001001

Color Harmonies of #75FDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FDF6

Black with #75FDF6

Text Example


Text Example

White with #75FDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75FDF6; }

 p { color: rgb(117,253,246); }

 H1.HeaderClassName
 {
   color: #75FDF6;
 }
 .AnyTagClassName
 {
   color: #75FDF6;
 }
</style>

background-color css

<style>
 a { background-color: #75FDF6; }

 a { background-color: rgb(117,253,246); }

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

border-color css

<style>
 span { border-color: #75FDF6; }

 span { border-color: rgb(117,253,246); }

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