Html Css Color HEX #75FCED Baby Blue

📋 copy color: '#75FCED'

red 117 ◦ green 252 ◦ blue 237

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

Shades of Baby Blue #75FCED

Tints of Baby Blue #75FCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.58%

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

R = 19.31%
G = 41.58%
B = 39.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#75FCED (or 0x75FCED) is known color: Baby Blue. HEX triplet: 75, FC and ED. RGB value is (117,252,237). Sum of RGB (Red+Green+Blue) = 117+252+237=606 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.31% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #75FCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75FCED is #8A0312. Grayscale: #D1D1D1. Windows color (decimal): -9044755 or 15596661. OLE color: 15596661.

HSL color Cylindrical-coordinate representation of color #75FCED: hue angle of 173.33º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FCED is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 252 237 -
CMYK 0.54 0 0.06 0.01
HSL 173.33º 0.96% 0.72% -
HSV(B) 173.33º 0.54% 0.99% -
XYZ 57.43 79.52 92.44 -
YUV 209.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 117 252 237 0.54 0 0.06 0.01 173.33 0.96 0.72
Hex 75 FC ED 36 0 6 1 AD 60 48
Octal 165 374 355 66 0 6 1 255 140 110
Binary 1110101 11111100 11101101 110110 0 110 1 10101101 1100000 1001000

Color Harmonies of #75FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75FCED

Black with #75FCED

Text Example


Text Example

White with #75FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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