Html Css Color HEX #75C8EB Sky Blue

📋 copy color: '#75C8EB'

red 117 ◦ green 200 ◦ blue 235

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

Shades of Sky Blue #75C8EB

Tints of Sky Blue #75C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.23%

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 21.2%
G = 36.23%
B = 42.57%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#75C8EB (or 0x75C8EB) is known color: Sky Blue. HEX triplet: 75, C8 and EB. RGB value is (117,200,235). Sum of RGB (Red+Green+Blue) = 117+200+235=552 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.20% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #75C8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C8EB is #8A3714. Grayscale: #B2B2B2. Windows color (decimal): -9058069 or 15452277. OLE color: 15452277.

HSL color Cylindrical-coordinate representation of color #75C8EB: hue angle of 197.8º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75C8EB is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 200 235 -
CMYK 0.50 0.15 0 0.08
HSL 197.8º 0.75% 0.69% -
HSV(B) 197.8º 0.5% 0.92% -
XYZ 42.99 51.09 86.19 -
YUV 179.17 159.5 83.65 -
System Red Green Blue C M Y K H S L
Decimal 117 200 235 0.50 0.15 0 0.08 197.8 0.75 0.69
Hex 75 C8 EB 32 F 0 8 C6 4B 45
Octal 165 310 353 62 17 0 10 306 113 105
Binary 1110101 11001000 11101011 110010 1111 0 1000 11000110 1001011 1000101

Color Harmonies of #75C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C8EB

Black with #75C8EB

Text Example


Text Example

White with #75C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,200,235); }

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

background-color css

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

 a { background-color: rgb(117,200,235); }

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

border-color css

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

 span { border-color: rgb(117,200,235); }

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