Html Css Color HEX #8CCFEA Anakiwa

📋 copy color: '#8CCFEA'

red 140 ◦ green 207 ◦ blue 234

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

Shades of Anakiwa #8CCFEA

Tints of Anakiwa #8CCFEA

RGB

 RED value IS 140 (55.08% from 255) = 24.1%

 GREEN value IS 207 (81.25% from 255) = 35.63%

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

R = 24.1%
G = 35.63%
B = 40.28%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CCFEA (or 0x8CCFEA) is known color: Anakiwa. HEX triplet: 8C, CF and EA. RGB value is (140,207,234). Sum of RGB (Red+Green+Blue) = 140+207+234=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CCFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCFEA is #733015. Grayscale: #BDBDBD. Windows color (decimal): -7548950 or 15388556. OLE color: 15388556.

HSL color Cylindrical-coordinate representation of color #8CCFEA: hue angle of 197.23º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCFEA is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 207 234 -
CMYK 0.40 0.12 0 0.08
HSL 197.23º 0.69% 0.73% -
HSV(B) 197.23º 0.4% 0.92% -
XYZ 47.98 56.14 86.15 -
YUV 190.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 140 207 234 0.40 0.12 0 0.08 197.23 0.69 0.73
Hex 8C CF EA 28 C 0 8 C5 45 49
Octal 214 317 352 50 14 0 10 305 105 111
Binary 10001100 11001111 11101010 101000 1100 0 1000 11000101 1000101 1001001

Color Harmonies of #8CCFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCFEA

Black with #8CCFEA

Text Example


Text Example

White with #8CCFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,207,234); }

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

background-color css

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

 a { background-color: rgb(140,207,234); }

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

border-color css

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

 span { border-color: rgb(140,207,234); }

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