Html Css Color HEX #AFDCCF Cruise

📋 copy color: '#AFDCCF'

red 175 ◦ green 220 ◦ blue 207

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

Shades of Cruise #AFDCCF

Tints of Cruise #AFDCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.39%

R = 29.07%
G = 36.54%
B = 34.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#AFDCCF (or 0xAFDCCF) is known color: Cruise. HEX triplet: AF, DC and CF. RGB value is (175,220,207). Sum of RGB (Red+Green+Blue) = 175+220+207=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDCCF is #502330. Grayscale: #CDCDCD. Windows color (decimal): -5251889 or 13622447. OLE color: 13622447.

HSL color Cylindrical-coordinate representation of color #AFDCCF: hue angle of 162.67º 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 #AFDCCF is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 207 -
CMYK 0.20 0 0.06 0.14
HSL 162.67º 0.39% 0.77% -
HSV(B) 162.67º 0.2% 0.86% -
XYZ 54.53 64.81 68.67 -
YUV 205.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 175 220 207 0.20 0 0.06 0.14 162.67 0.39 0.77
Hex AF DC CF 14 0 6 E A3 27 4D
Octal 257 334 317 24 0 6 16 243 47 115
Binary 10101111 11011100 11001111 10100 0 110 1110 10100011 100111 1001101

Color Harmonies of #AFDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDCCF

Black with #AFDCCF

Text Example


Text Example

White with #AFDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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