Html Css Color HEX #8FDAEA Anakiwa

📋 copy color: '#8FDAEA'

red 143 ◦ green 218 ◦ blue 234

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

Shades of Anakiwa #8FDAEA

Tints of Anakiwa #8FDAEA

RGB

 RED value IS 143 (56.25% from 255) = 24.03%

 GREEN value IS 218 (85.55% from 255) = 36.64%

 BLUE value IS 234 (91.8% from 255) = 39.33%

R = 24.03%
G = 36.64%
B = 39.33%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FDAEA (or 0x8FDAEA) is known color: Anakiwa. HEX triplet: 8F, DA and EA. RGB value is (143,218,234). Sum of RGB (Red+Green+Blue) = 143+218+234=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FDAEA is #702515. Grayscale: #C5C5C5. Windows color (decimal): -7349526 or 15391375. OLE color: 15391375.

HSL color Cylindrical-coordinate representation of color #8FDAEA: hue angle of 190.55º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDAEA is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 218 234 -
CMYK 0.39 0.07 0 0.08
HSL 190.55º 0.68% 0.74% -
HSV(B) 190.55º 0.39% 0.92% -
XYZ 51.25 61.92 87.09 -
YUV 197.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 143 218 234 0.39 0.07 0 0.08 190.55 0.68 0.74
Hex 8F DA EA 27 7 0 8 BF 44 4A
Octal 217 332 352 47 7 0 10 277 104 112
Binary 10001111 11011010 11101010 100111 111 0 1000 10111111 1000100 1001010

Color Harmonies of #8FDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDAEA

Black with #8FDAEA

Text Example


Text Example

White with #8FDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,218,234); }

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

background-color css

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

 a { background-color: rgb(143,218,234); }

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

border-color css

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

 span { border-color: rgb(143,218,234); }

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