Html Css Color HEX #8CCBE2 Anakiwa

📋 copy color: '#8CCBE2'

red 140 ◦ green 203 ◦ blue 226

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

Shades of Anakiwa #8CCBE2

Tints of Anakiwa #8CCBE2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.68%

 BLUE value IS 226 (88.67% from 255) = 39.72%

R = 24.6%
G = 35.68%
B = 39.72%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8CCBE2 (or 0x8CCBE2) is known color: Anakiwa. HEX triplet: 8C, CB and E2. RGB value is (140,203,226). Sum of RGB (Red+Green+Blue) = 140+203+226=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 226 - color contains mainly: blue. Hex color #8CCBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCBE2 is #73341D. Grayscale: #BABABA. Windows color (decimal): -7549982 or 14863244. OLE color: 14863244.

HSL color Cylindrical-coordinate representation of color #8CCBE2: hue angle of 196.05º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CCBE2 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 140 203 226 -
CMYK 0.38 0.10 0 0.11
HSL 196.05º 0.6% 0.72% -
HSV(B) 196.05º 0.38% 0.89% -
XYZ 45.9 53.78 79.91 -
YUV 186.79 150.13 94.63 -
System Red Green Blue C M Y K H S L
Decimal 140 203 226 0.38 0.10 0 0.11 196.05 0.6 0.72
Hex 8C CB E2 26 A 0 B C4 3C 48
Octal 214 313 342 46 12 0 13 304 74 110
Binary 10001100 11001011 11100010 100110 1010 0 1011 11000100 111100 1001000

Color Harmonies of #8CCBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCBE2

Black with #8CCBE2

Text Example


Text Example

White with #8CCBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,203,226); }

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

background-color css

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

 a { background-color: rgb(140,203,226); }

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

border-color css

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

 span { border-color: rgb(140,203,226); }

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