Html Css Color HEX #75FFF8 Baby Blue

📋 copy color: '#75FFF8'

red 117 ◦ green 255 ◦ blue 248

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

Shades of Baby Blue #75FFF8

Tints of Baby Blue #75FFF8

RGB

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

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

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

R = 18.87%
G = 41.13%
B = 40%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#75FFF8 (or 0x75FFF8) is known color: Baby Blue. HEX triplet: 75, FF and F8. RGB value is (117,255,248). Sum of RGB (Red+Green+Blue) = 117+255+248=620 (82% of max value = 765). Red value is 117 (46.09% from 255 or 18.87% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FFF8 is #8A0007. Grayscale: #D4D4D4. Windows color (decimal): -9043976 or 16318325. OLE color: 16318325.

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

Color convert

RGB 117 255 248 -
CMYK 0.54 0 0.03 0
HSL 176.96º 1% 0.73% -
HSV(B) 176.96º 0.54% 1% -
XYZ 60.04 82.08 101.49 -
YUV 212.94 147.78 59.57 -
System Red Green Blue C M Y K H S L
Decimal 117 255 248 0.54 0 0.03 0 176.96 1 0.73
Hex 75 FF F8 36 0 3 0 B1 64 49
Octal 165 377 370 66 0 3 0 261 144 111
Binary 1110101 11111111 11111000 110110 0 11 0 10110001 1100100 1001001

Color Harmonies of #75FFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFF8

Black with #75FFF8

Text Example


Text Example

White with #75FFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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