Html Css Color HEX #8CDBEE Anakiwa

📋 copy color: '#8CDBEE'

red 140 ◦ green 219 ◦ blue 238

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

Shades of Anakiwa #8CDBEE

Tints of Anakiwa #8CDBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.68%

 BLUE value IS 238 (93.36% from 255) = 39.87%

R = 23.45%
G = 36.68%
B = 39.87%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CDBEE (or 0x8CDBEE) is known color: Anakiwa. HEX triplet: 8C, DB and EE. RGB value is (140,219,238). Sum of RGB (Red+Green+Blue) = 140+219+238=597 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.45% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CDBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDBEE is #732411. Grayscale: #C5C5C5. Windows color (decimal): -7545874 or 15653772. OLE color: 15653772.

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

Color convert

RGB 140 219 238 -
CMYK 0.41 0.08 0 0.07
HSL 191.63º 0.74% 0.74% -
HSV(B) 191.63º 0.41% 0.93% -
XYZ 51.58 62.41 90.22 -
YUV 197.55 150.83 86.96 -
System Red Green Blue C M Y K H S L
Decimal 140 219 238 0.41 0.08 0 0.07 191.63 0.74 0.74
Hex 8C DB EE 29 8 0 7 C0 4A 4A
Octal 214 333 356 51 10 0 7 300 112 112
Binary 10001100 11011011 11101110 101001 1000 0 111 11000000 1001010 1001010

Color Harmonies of #8CDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDBEE

Black with #8CDBEE

Text Example


Text Example

White with #8CDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,219,238); }

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

background-color css

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

 a { background-color: rgb(140,219,238); }

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

border-color css

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

 span { border-color: rgb(140,219,238); }

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