Html Css Color HEX #8BCCED Anakiwa

📋 copy color: '#8BCCED'

red 139 ◦ green 204 ◦ blue 237

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

Shades of Anakiwa #8BCCED

Tints of Anakiwa #8BCCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 237 (92.97% from 255) = 40.86%

R = 23.97%
G = 35.17%
B = 40.86%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BCCED (or 0x8BCCED) is known color: Anakiwa. HEX triplet: 8B, CC and ED. RGB value is (139,204,237). Sum of RGB (Red+Green+Blue) = 139+204+237=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BCCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCED is #743312. Grayscale: #BCBCBC. Windows color (decimal): -7615251 or 15584395. OLE color: 15584395.

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

Color convert

RGB 139 204 237 -
CMYK 0.41 0.14 0 0.07
HSL 200.2º 0.73% 0.74% -
HSV(B) 200.2º 0.41% 0.93% -
XYZ 47.53 54.79 88.19 -
YUV 188.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 139 204 237 0.41 0.14 0 0.07 200.2 0.73 0.74
Hex 8B CC ED 29 E 0 7 C8 49 4A
Octal 213 314 355 51 16 0 7 310 111 112
Binary 10001011 11001100 11101101 101001 1110 0 111 11001000 1001001 1001010

Color Harmonies of #8BCCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCCED

Black with #8BCCED

Text Example


Text Example

White with #8BCCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,204,237); }

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

background-color css

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

 a { background-color: rgb(139,204,237); }

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

border-color css

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

 span { border-color: rgb(139,204,237); }

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