Html Css Color HEX #8CCFEB Anakiwa

📋 copy color: '#8CCFEB'

red 140 ◦ green 207 ◦ blue 235

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

Shades of Anakiwa #8CCFEB

Tints of Anakiwa #8CCFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.38%

R = 24.05%
G = 35.57%
B = 40.38%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8CCFEB (or 0x8CCFEB) is known color: Anakiwa. HEX triplet: 8C, CF and EB. RGB value is (140,207,235). Sum of RGB (Red+Green+Blue) = 140+207+235=582 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.05% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CCFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CCFEB is #733014. Grayscale: #BDBDBD. Windows color (decimal): -7548949 or 15454092. OLE color: 15454092.

HSL color Cylindrical-coordinate representation of color #8CCFEB: hue angle of 197.68º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CCFEB is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 207 235 -
CMYK 0.40 0.12 0 0.08
HSL 197.68º 0.7% 0.74% -
HSV(B) 197.68º 0.4% 0.92% -
XYZ 48.12 56.2 86.91 -
YUV 190.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 140 207 235 0.40 0.12 0 0.08 197.68 0.7 0.74
Hex 8C CF EB 28 C 0 8 C6 46 4A
Octal 214 317 353 50 14 0 10 306 106 112
Binary 10001100 11001111 11101011 101000 1100 0 1000 11000110 1000110 1001010

Color Harmonies of #8CCFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCFEB

Black with #8CCFEB

Text Example


Text Example

White with #8CCFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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