Html Css Color HEX #75FDF3 Baby Blue

📋 copy color: '#75FDF3'

red 117 ◦ green 253 ◦ blue 243

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

Shades of Baby Blue #75FDF3

Tints of Baby Blue #75FDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.64%

R = 19.09%
G = 41.27%
B = 39.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#75FDF3 (or 0x75FDF3) is known color: Baby Blue. HEX triplet: 75, FD and F3. RGB value is (117,253,243). Sum of RGB (Red+Green+Blue) = 117+253+243=613 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.09% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #75FDF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FDF3 is #8A020C. Grayscale: #D3D3D3. Windows color (decimal): -9044493 or 15990133. OLE color: 15990133.

HSL color Cylindrical-coordinate representation of color #75FDF3: hue angle of 175.59º 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 #75FDF3 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 253 243 -
CMYK 0.54 0 0.04 0.01
HSL 175.59º 0.97% 0.73% -
HSV(B) 175.59º 0.54% 0.99% -
XYZ 58.64 80.5 97.24 -
YUV 211.2 145.94 60.81 -
System Red Green Blue C M Y K H S L
Decimal 117 253 243 0.54 0 0.04 0.01 175.59 0.97 0.73
Hex 75 FD F3 36 0 4 1 B0 61 49
Octal 165 375 363 66 0 4 1 260 141 111
Binary 1110101 11111101 11110011 110110 0 100 1 10110000 1100001 1001001

Color Harmonies of #75FDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FDF3

Black with #75FDF3

Text Example


Text Example

White with #75FDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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