Html Css Color HEX #75FFF7 Baby Blue

📋 copy color: '#75FFF7'

red 117 ◦ green 255 ◦ blue 247

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

Shades of Baby Blue #75FFF7

Tints of Baby Blue #75FFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.9%

R = 18.9%
G = 41.2%
B = 39.9%

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

#75FFF7 (or 0x75FFF7) is known color: Baby Blue. HEX triplet: 75, FF and F7. RGB value is (117,255,247). Sum of RGB (Red+Green+Blue) = 117+255+247=619 (81% of max value = 765). Red value is 117 (46.09% from 255 or 18.90% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #75FFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FFF7 is #8A0008. Grayscale: #D4D4D4. Windows color (decimal): -9043977 or 16252789. OLE color: 16252789.

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

Color convert

RGB 117 255 247 -
CMYK 0.54 0 0.03 0
HSL 176.52º 1% 0.73% -
HSV(B) 176.52º 0.54% 1% -
XYZ 59.88 82.02 100.67 -
YUV 212.83 147.28 59.65 -
System Red Green Blue C M Y K H S L
Decimal 117 255 247 0.54 0 0.03 0 176.52 1 0.73
Hex 75 FF F7 36 0 3 0 B1 64 49
Octal 165 377 367 66 0 3 0 261 144 111
Binary 1110101 11111111 11110111 110110 0 11 0 10110001 1100100 1001001

Color Harmonies of #75FFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FFF7

Black with #75FFF7

Text Example


Text Example

White with #75FFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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