#8BCBF0

Color #8BCBF0 Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8BCBF0

Tints of Anakiwa #8BCBF0

Color information

#8BCBF0 (or 0x8BCBF0) is unknown color: approx Anakiwa. HEX triplet: 8B, CB and F0. RGB value is (139,203,240). Sum of RGB (Red+Green+Blue) = 139+203+240=582 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.88% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BCBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCBF0 is #74340F. Grayscale: #BBBBBB. Windows color (decimal): -7615504 or 15780747. OLE color: 15780747.

HSL color Cylindrical-coordinate representation of color #8BCBF0: hue angle of 201.98º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BCBF0 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB139203240-
CMYK0.420.1500.06
HSL201.98º77.1%74.31%-
HSV(B)201.98º42.08%94.12%-
XYZ47.7354.4990.44-
YUV188.08157.392.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.88%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 240 (94.14% from 255) = 41.24%
R=23.88%
G=34.88%
B=41.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392032400.420.1500.06201.9877.174.31
Hex8BCBF02AF06ca4d4a
Octal213313360521706312115112
Binary100010111100101111110000101010111101101100101010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,203,240); }

 H1.HeaderClassName
 {
   color: #8BCBF0;
 }
 .AnyTagClassName
 {
   color: #8BCBF0;
 }
</style>
background-color css

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

 a { background-color: rgb(139,203,240); }

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

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

 span { border-color: rgb(139,203,240); }

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