Html Css Color HEX #75CBDA Spray

📋 copy color: '#75CBDA'

red 117 ◦ green 203 ◦ blue 218

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

Shades of Spray #75CBDA

Tints of Spray #75CBDA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.73%

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 21.75%
G = 37.73%
B = 40.52%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#75CBDA (or 0x75CBDA) is known color: Spray. HEX triplet: 75, CB and DA. RGB value is (117,203,218). Sum of RGB (Red+Green+Blue) = 117+203+218=538 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.75% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #75CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBDA is #8A3425. Grayscale: #B2B2B2. Windows color (decimal): -9057318 or 14338933. OLE color: 14338933.

HSL color Cylindrical-coordinate representation of color #75CBDA: hue angle of 188.91º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75CBDA is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 203 218 -
CMYK 0.46 0.07 0 0.15
HSL 188.91º 0.58% 0.66% -
HSV(B) 188.91º 0.46% 0.85% -
XYZ 41.35 51.56 74.1 -
YUV 179 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 117 203 218 0.46 0.07 0 0.15 188.91 0.58 0.66
Hex 75 CB DA 2E 7 0 F BD 3A 42
Octal 165 313 332 56 7 0 17 275 72 102
Binary 1110101 11001011 11011010 101110 111 0 1111 10111101 111010 1000010

Color Harmonies of #75CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CBDA

Black with #75CBDA

Text Example


Text Example

White with #75CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,203,218); }

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

background-color css

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

 a { background-color: rgb(117,203,218); }

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

border-color css

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

 span { border-color: rgb(117,203,218); }

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