Html Css Color HEX #8AC1DF Anakiwa

📋 copy color: '#8AC1DF'

red 138 ◦ green 193 ◦ blue 223

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

Shades of Anakiwa #8AC1DF

Tints of Anakiwa #8AC1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.84%

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

R = 24.91%
G = 34.84%
B = 40.25%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AC1DF (or 0x8AC1DF) is known color: Anakiwa. HEX triplet: 8A, C1 and DF. RGB value is (138,193,223). Sum of RGB (Red+Green+Blue) = 138+193+223=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC1DF is #753E20. Grayscale: #B3B3B3. Windows color (decimal): -7683617 or 14664074. OLE color: 14664074.

HSL color Cylindrical-coordinate representation of color #8AC1DF: hue angle of 201.18º 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 #8AC1DF is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 193 223 -
CMYK 0.38 0.13 0 0.13
HSL 201.18º 0.57% 0.71% -
HSV(B) 201.18º 0.38% 0.87% -
XYZ 42.87 48.87 76.99 -
YUV 179.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 138 193 223 0.38 0.13 0 0.13 201.18 0.57 0.71
Hex 8A C1 DF 26 D 0 D C9 39 47
Octal 212 301 337 46 15 0 15 311 71 107
Binary 10001010 11000001 11011111 100110 1101 0 1101 11001001 111001 1000111

Color Harmonies of #8AC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC1DF

Black with #8AC1DF

Text Example


Text Example

White with #8AC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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