Html Css Color HEX #8CDFEE Anakiwa

📋 copy color: '#8CDFEE'

red 140 ◦ green 223 ◦ blue 238

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

Shades of Anakiwa #8CDFEE

Tints of Anakiwa #8CDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.1%

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

R = 23.29%
G = 37.1%
B = 39.6%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CDFEE (or 0x8CDFEE) is known color: Anakiwa. HEX triplet: 8C, DF and EE. RGB value is (140,223,238). Sum of RGB (Red+Green+Blue) = 140+223+238=601 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.29% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFEE is #732011. Grayscale: #C7C7C7. Windows color (decimal): -7544850 or 15654796. OLE color: 15654796.

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

Color convert

RGB 140 223 238 -
CMYK 0.41 0.06 0 0.07
HSL 189.18º 0.74% 0.74% -
HSV(B) 189.18º 0.41% 0.93% -
XYZ 52.64 64.52 90.57 -
YUV 199.89 149.5 85.28 -
System Red Green Blue C M Y K H S L
Decimal 140 223 238 0.41 0.06 0 0.07 189.18 0.74 0.74
Hex 8C DF EE 29 6 0 7 BD 4A 4A
Octal 214 337 356 51 6 0 7 275 112 112
Binary 10001100 11011111 11101110 101001 110 0 111 10111101 1001010 1001010

Color Harmonies of #8CDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDFEE

Black with #8CDFEE

Text Example


Text Example

White with #8CDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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