Html Css Color HEX #8CCCF1 Anakiwa

📋 copy color: '#8CCCF1'

red 140 ◦ green 204 ◦ blue 241

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

Shades of Anakiwa #8CCCF1

Tints of Anakiwa #8CCCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 23.93%
G = 34.87%
B = 41.2%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8CCCF1 (or 0x8CCCF1) is known color: Anakiwa. HEX triplet: 8C, CC and F1. RGB value is (140,204,241). Sum of RGB (Red+Green+Blue) = 140+204+241=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #8CCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCCF1 is #73330E. Grayscale: #BCBCBC. Windows color (decimal): -7549711 or 15846540. OLE color: 15846540.

HSL color Cylindrical-coordinate representation of color #8CCCF1: hue angle of 201.98º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CCCF1 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 204 241 -
CMYK 0.42 0.15 0 0.05
HSL 201.98º 0.78% 0.75% -
HSV(B) 201.98º 0.42% 0.95% -
XYZ 48.29 55.11 91.31 -
YUV 189.08 157.3 92.99 -
System Red Green Blue C M Y K H S L
Decimal 140 204 241 0.42 0.15 0 0.05 201.98 0.78 0.75
Hex 8C CC F1 2A F 0 5 CA 4E 4B
Octal 214 314 361 52 17 0 5 312 116 113
Binary 10001100 11001100 11110001 101010 1111 0 101 11001010 1001110 1001011

Color Harmonies of #8CCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCCF1

Black with #8CCCF1

Text Example


Text Example

White with #8CCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,204,241); }

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

background-color css

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

 a { background-color: rgb(140,204,241); }

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

border-color css

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

 span { border-color: rgb(140,204,241); }

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