Html Css Color HEX #75FEF8 Baby Blue

📋 copy color: '#75FEF8'

red 117 ◦ green 254 ◦ blue 248

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

Shades of Baby Blue #75FEF8

Tints of Baby Blue #75FEF8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.03%

 BLUE value IS 248 (97.27% from 255) = 40.06%

R = 18.9%
G = 41.03%
B = 40.06%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#75FEF8 (or 0x75FEF8) is known color: Baby Blue. HEX triplet: 75, FE and F8. RGB value is (117,254,248). Sum of RGB (Red+Green+Blue) = 117+254+248=619 (81% of max value = 765). Red value is 117 (46.09% from 255 or 18.90% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FEF8 is #8A0107. Grayscale: #D4D4D4. Windows color (decimal): -9044232 or 16318069. OLE color: 16318069.

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

Color convert

RGB 117 254 248 -
CMYK 0.54 0 0.02 0.00
HSL 177.37º 0.99% 0.73% -
HSV(B) 177.37º 0.54% 1% -
XYZ 59.72 81.44 101.38 -
YUV 212.35 148.11 59.99 -
System Red Green Blue C M Y K H S L
Decimal 117 254 248 0.54 0 0.02 0.00 177.37 0.99 0.73
Hex 75 FE F8 36 0 2 0 B1 63 49
Octal 165 376 370 66 0 2 0 261 143 111
Binary 1110101 11111110 11111000 110110 0 10 0 10110001 1100011 1001001

Color Harmonies of #75FEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FEF8

Black with #75FEF8

Text Example


Text Example

White with #75FEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,254,248); }

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

background-color css

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

 a { background-color: rgb(117,254,248); }

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

border-color css

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

 span { border-color: rgb(117,254,248); }

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