Html Css Color HEX #AFDCCD Cruise

📋 copy color: '#AFDCCD'

red 175 ◦ green 220 ◦ blue 205

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

Shades of Cruise #AFDCCD

Tints of Cruise #AFDCCD

RGB

 RED value IS 175 (68.75% from 255) = 29.17%

 GREEN value IS 220 (86.33% from 255) = 36.67%

 BLUE value IS 205 (80.47% from 255) = 34.17%

R = 29.17%
G = 36.67%
B = 34.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#AFDCCD (or 0xAFDCCD) is known color: Cruise. HEX triplet: AF, DC and CD. RGB value is (175,220,205). Sum of RGB (Red+Green+Blue) = 175+220+205=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCCD is #502332. Grayscale: #CCCCCC. Windows color (decimal): -5251891 or 13491375. OLE color: 13491375.

HSL color Cylindrical-coordinate representation of color #AFDCCD: hue angle of 160º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDCCD is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 205 -
CMYK 0.20 0 0.07 0.14
HSL 160º 0.39% 0.77% -
HSV(B) 160º 0.2% 0.86% -
XYZ 54.29 64.71 67.39 -
YUV 204.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 175 220 205 0.20 0 0.07 0.14 160 0.39 0.77
Hex AF DC CD 14 0 7 E A0 27 4D
Octal 257 334 315 24 0 7 16 240 47 115
Binary 10101111 11011100 11001101 10100 0 111 1110 10100000 100111 1001101

Color Harmonies of #AFDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCCD

Black with #AFDCCD

Text Example


Text Example

White with #AFDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCCD; }

 p { color: rgb(175,220,205); }

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

background-color css

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

 a { background-color: rgb(175,220,205); }

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

border-color css

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

 span { border-color: rgb(175,220,205); }

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