Html Css Color HEX #6ACECB Downy

📋 copy color: '#6ACECB'

red 106 ◦ green 206 ◦ blue 203

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

Shades of Downy #6ACECB

Tints of Downy #6ACECB

RGB

 RED value IS 106 (41.8% from 255) = 20.58%

 GREEN value IS 206 (80.86% from 255) = 40%

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

R = 20.58%
G = 40%
B = 39.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#6ACECB (or 0x6ACECB) is known color: Downy. HEX triplet: 6A, CE and CB. RGB value is (106,206,203). Sum of RGB (Red+Green+Blue) = 106+206+203=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACECB is #953134. Grayscale: #AFAFAF. Windows color (decimal): -9777461 or 13356650. OLE color: 13356650.

HSL color Cylindrical-coordinate representation of color #6ACECB: hue angle of 178.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACECB is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 206 203 -
CMYK 0.49 0 0.01 0.19
HSL 178.2º 0.51% 0.61% -
HSV(B) 178.2º 0.49% 0.81% -
XYZ 38.79 51.52 64.4 -
YUV 175.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 106 206 203 0.49 0 0.01 0.19 178.2 0.51 0.61
Hex 6A CE CB 31 0 1 13 B2 33 3D
Octal 152 316 313 61 0 1 23 262 63 75
Binary 1101010 11001110 11001011 110001 0 1 10011 10110010 110011 111101

Color Harmonies of #6ACECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACECB

Black with #6ACECB

Text Example


Text Example

White with #6ACECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ACECB; }

 p { color: rgb(106,206,203); }

 H1.HeaderClassName
 {
   color: #6ACECB;
 }
 .AnyTagClassName
 {
   color: #6ACECB;
 }
</style>

background-color css

<style>
 a { background-color: #6ACECB; }

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

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

border-color css

<style>
 span { border-color: #6ACECB; }

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

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