Html Css Color HEX #75CFEA Spray

📋 copy color: '#75CFEA'

red 117 ◦ green 207 ◦ blue 234

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

Shades of Spray #75CFEA

Tints of Spray #75CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.1%

 BLUE value IS 234 (91.8% from 255) = 41.94%

R = 20.97%
G = 37.1%
B = 41.94%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#75CFEA (or 0x75CFEA) is known color: Spray. HEX triplet: 75, CF and EA. RGB value is (117,207,234). Sum of RGB (Red+Green+Blue) = 117+207+234=558 (73% of max value = 765). Red value is 117 (46.09% from 255 or 20.97% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #75CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CFEA is #8A3015. Grayscale: #B6B6B6. Windows color (decimal): -9056278 or 15388533. OLE color: 15388533.

HSL color Cylindrical-coordinate representation of color #75CFEA: hue angle of 193.85º degrees, saturation: 0.74, 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 #75CFEA is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 207 234 -
CMYK 0.5 0.12 0 0.08
HSL 193.85º 0.74% 0.69% -
HSV(B) 193.85º 0.5% 0.92% -
XYZ 44.5 54.35 85.99 -
YUV 183.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 117 207 234 0.5 0.12 0 0.08 193.85 0.74 0.69
Hex 75 CF EA 32 C 0 8 C2 4A 45
Octal 165 317 352 62 14 0 10 302 112 105
Binary 1110101 11001111 11101010 110010 1100 0 1000 11000010 1001010 1000101

Color Harmonies of #75CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CFEA

Black with #75CFEA

Text Example


Text Example

White with #75CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,207,234); }

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

background-color css

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

 a { background-color: rgb(117,207,234); }

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

border-color css

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

 span { border-color: rgb(117,207,234); }

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