Html Css Color HEX #8CCFEE Anakiwa

📋 copy color: '#8CCFEE'

red 140 ◦ green 207 ◦ blue 238

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

Shades of Anakiwa #8CCFEE

Tints of Anakiwa #8CCFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.38%

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

R = 23.93%
G = 35.38%
B = 40.68%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CCFEE (or 0x8CCFEE) is known color: Anakiwa. HEX triplet: 8C, CF and EE. RGB value is (140,207,238). Sum of RGB (Red+Green+Blue) = 140+207+238=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CCFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCFEE is #733011. Grayscale: #BEBEBE. Windows color (decimal): -7548946 or 15650700. OLE color: 15650700.

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

Color convert

RGB 140 207 238 -
CMYK 0.41 0.13 0 0.07
HSL 198.98º 0.74% 0.74% -
HSV(B) 198.98º 0.41% 0.93% -
XYZ 48.56 56.37 89.21 -
YUV 190.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 140 207 238 0.41 0.13 0 0.07 198.98 0.74 0.74
Hex 8C CF EE 29 D 0 7 C7 4A 4A
Octal 214 317 356 51 15 0 7 307 112 112
Binary 10001100 11001111 11101110 101001 1101 0 111 11000111 1001010 1001010

Color Harmonies of #8CCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCFEE

Black with #8CCFEE

Text Example


Text Example

White with #8CCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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