Html Css Color HEX #75FBED Baby Blue

📋 copy color: '#75FBED'

red 117 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #75FBED

Tints of Baby Blue #75FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.49%

 BLUE value IS 237 (92.97% from 255) = 39.17%

R = 19.34%
G = 41.49%
B = 39.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#75FBED (or 0x75FBED) is known color: Baby Blue. HEX triplet: 75, FB and ED. RGB value is (117,251,237). Sum of RGB (Red+Green+Blue) = 117+251+237=605 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.34% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #75FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FBED is #8A0412. Grayscale: #D1D1D1. Windows color (decimal): -9045011 or 15596405. OLE color: 15596405.

HSL color Cylindrical-coordinate representation of color #75FBED: hue angle of 173.73º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FBED is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 251 237 -
CMYK 0.53 0 0.06 0.02
HSL 173.73º 0.94% 0.72% -
HSV(B) 173.73º 0.53% 0.98% -
XYZ 57.12 78.89 92.34 -
YUV 209.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 117 251 237 0.53 0 0.06 0.02 173.73 0.94 0.72
Hex 75 FB ED 35 0 6 2 AE 5E 48
Octal 165 373 355 65 0 6 2 256 136 110
Binary 1110101 11111011 11101101 110101 0 110 10 10101110 1011110 1001000

Color Harmonies of #75FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FBED

Black with #75FBED

Text Example


Text Example

White with #75FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,251,237); }

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

background-color css

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

 a { background-color: rgb(117,251,237); }

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

border-color css

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

 span { border-color: rgb(117,251,237); }

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