Html Css Color HEX #75CBCB Downy

📋 copy color: '#75CBCB'

red 117 ◦ green 203 ◦ blue 203

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

Shades of Downy #75CBCB

Tints of Downy #75CBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 22.37%
G = 38.81%
B = 38.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#75CBCB (or 0x75CBCB) is known color: Downy. HEX triplet: 75, CB and CB. RGB value is (117,203,203). Sum of RGB (Red+Green+Blue) = 117+203+203=523 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.37% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #75CBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBCB is #8A3434. Grayscale: #B1B1B1. Windows color (decimal): -9057333 or 13355893. OLE color: 13355893.

HSL color Cylindrical-coordinate representation of color #75CBCB: hue angle of 180º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CBCB is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 203 203 -
CMYK 0.42 0 0 0.20
HSL 180º 0.45% 0.63% -
HSV(B) 180º 0.42% 0.8% -
XYZ 39.47 50.81 64.23 -
YUV 177.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 117 203 203 0.42 0 0 0.20 180 0.45 0.63
Hex 75 CB CB 2A 0 0 14 B4 2D 3F
Octal 165 313 313 52 0 0 24 264 55 77
Binary 1110101 11001011 11001011 101010 0 0 10100 10110100 101101 111111

Color Harmonies of #75CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CBCB

Black with #75CBCB

Text Example


Text Example

White with #75CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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