Html Css Color HEX #8CDDEE Anakiwa

📋 copy color: '#8CDDEE'

red 140 ◦ green 221 ◦ blue 238

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

Shades of Anakiwa #8CDDEE

Tints of Anakiwa #8CDDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.89%

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

R = 23.37%
G = 36.89%
B = 39.73%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CDDEE (or 0x8CDDEE) is known color: Anakiwa. HEX triplet: 8C, DD and EE. RGB value is (140,221,238). Sum of RGB (Red+Green+Blue) = 140+221+238=599 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.37% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CDDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDDEE is #732211. Grayscale: #C6C6C6. Windows color (decimal): -7545362 or 15654284. OLE color: 15654284.

HSL color Cylindrical-coordinate representation of color #8CDDEE: hue angle of 190.41º 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 #8CDDEE is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 140 221 238 -
CMYK 0.41 0.07 0 0.07
HSL 190.41º 0.74% 0.74% -
HSV(B) 190.41º 0.41% 0.93% -
XYZ 52.1 63.46 90.39 -
YUV 198.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 140 221 238 0.41 0.07 0 0.07 190.41 0.74 0.74
Hex 8C DD EE 29 7 0 7 BE 4A 4A
Octal 214 335 356 51 7 0 7 276 112 112
Binary 10001100 11011101 11101110 101001 111 0 111 10111110 1001010 1001010

Color Harmonies of #8CDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDDEE

Black with #8CDDEE

Text Example


Text Example

White with #8CDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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