Html Css Color HEX #8ACCDF Anakiwa

📋 copy color: '#8ACCDF'

red 138 ◦ green 204 ◦ blue 223

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

Shades of Anakiwa #8ACCDF

Tints of Anakiwa #8ACCDF

RGB

 RED value IS 138 (54.3% from 255) = 24.42%

 GREEN value IS 204 (80.08% from 255) = 36.11%

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 24.42%
G = 36.11%
B = 39.47%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ACCDF (or 0x8ACCDF) is known color: Anakiwa. HEX triplet: 8A, CC and DF. RGB value is (138,204,223). Sum of RGB (Red+Green+Blue) = 138+204+223=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ACCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ACCDF is #753320. Grayscale: #BABABA. Windows color (decimal): -7680801 or 14666890. OLE color: 14666890.

HSL color Cylindrical-coordinate representation of color #8ACCDF: hue angle of 193.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ACCDF is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 204 223 -
CMYK 0.38 0.09 0 0.13
HSL 193.41º 0.57% 0.71% -
HSV(B) 193.41º 0.38% 0.87% -
XYZ 45.39 53.92 77.83 -
YUV 186.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 138 204 223 0.38 0.09 0 0.13 193.41 0.57 0.71
Hex 8A CC DF 26 9 0 D C1 39 47
Octal 212 314 337 46 11 0 15 301 71 107
Binary 10001010 11001100 11011111 100110 1001 0 1101 11000001 111001 1000111

Color Harmonies of #8ACCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACCDF

Black with #8ACCDF

Text Example


Text Example

White with #8ACCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ACCDF; }

 p { color: rgb(138,204,223); }

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

background-color css

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

 a { background-color: rgb(138,204,223); }

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

border-color css

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

 span { border-color: rgb(138,204,223); }

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