Html Css Color HEX #8BD0EE Anakiwa

📋 copy color: '#8BD0EE'

red 139 ◦ green 208 ◦ blue 238

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

Shades of Anakiwa #8BD0EE

Tints of Anakiwa #8BD0EE

RGB

 RED value IS 139 (54.69% from 255) = 23.76%

 GREEN value IS 208 (81.64% from 255) = 35.56%

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

R = 23.76%
G = 35.56%
B = 40.68%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BD0EE (or 0x8BD0EE) is known color: Anakiwa. HEX triplet: 8B, D0 and EE. RGB value is (139,208,238). Sum of RGB (Red+Green+Blue) = 139+208+238=585 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.76% from 585); Green value is 208 (81.64% from 255 or 35.56% 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 #8BD0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD0EE is #742F11. Grayscale: #BEBEBE. Windows color (decimal): -7614226 or 15650955. OLE color: 15650955.

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

Color convert

RGB 139 208 238 -
CMYK 0.42 0.13 0 0.07
HSL 198.18º 0.74% 0.74% -
HSV(B) 198.18º 0.42% 0.93% -
XYZ 48.64 56.77 89.28 -
YUV 190.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 139 208 238 0.42 0.13 0 0.07 198.18 0.74 0.74
Hex 8B D0 EE 2A D 0 7 C6 4A 4A
Octal 213 320 356 52 15 0 7 306 112 112
Binary 10001011 11010000 11101110 101010 1101 0 111 11000110 1001010 1001010

Color Harmonies of #8BD0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD0EE

Black with #8BD0EE

Text Example


Text Example

White with #8BD0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,208,238); }

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

background-color css

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

 a { background-color: rgb(139,208,238); }

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

border-color css

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

 span { border-color: rgb(139,208,238); }

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