Html Css Color HEX #AFDBDA Sinbad

📋 copy color: '#AFDBDA'

red 175 ◦ green 219 ◦ blue 218

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

Shades of Sinbad #AFDBDA

Tints of Sinbad #AFDBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.78%

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

R = 28.59%
G = 35.78%
B = 35.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#AFDBDA (or 0xAFDBDA) is known color: Sinbad. HEX triplet: AF, DB and DA. RGB value is (175,219,218). Sum of RGB (Red+Green+Blue) = 175+219+218=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBDA is #502425. Grayscale: #CDCDCD. Windows color (decimal): -5252134 or 14343087. OLE color: 14343087.

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

Color convert

RGB 175 219 218 -
CMYK 0.20 0 0.00 0.14
HSL 178.64º 0.38% 0.77% -
HSV(B) 178.64º 0.2% 0.86% -
XYZ 55.67 64.84 75.91 -
YUV 205.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 175 219 218 0.20 0 0.00 0.14 178.64 0.38 0.77
Hex AF DB DA 14 0 0 E B3 26 4D
Octal 257 333 332 24 0 0 16 263 46 115
Binary 10101111 11011011 11011010 10100 0 0 1110 10110011 100110 1001101

Color Harmonies of #AFDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBDA

Black with #AFDBDA

Text Example


Text Example

White with #AFDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBDA; }

 p { color: rgb(175,219,218); }

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

background-color css

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

 a { background-color: rgb(175,219,218); }

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

border-color css

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

 span { border-color: rgb(175,219,218); }

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