Html Css Color HEX #8BCCF1 Anakiwa

📋 copy color: '#8BCCF1'

red 139 ◦ green 204 ◦ blue 241

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

Shades of Anakiwa #8BCCF1

Tints of Anakiwa #8BCCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.27%

R = 23.8%
G = 34.93%
B = 41.27%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8BCCF1 (or 0x8BCCF1) is known color: Anakiwa. HEX triplet: 8B, CC and F1. RGB value is (139,204,241). Sum of RGB (Red+Green+Blue) = 139+204+241=584 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.80% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BCCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCCF1 is #74330E. Grayscale: #BCBCBC. Windows color (decimal): -7615247 or 15846539. OLE color: 15846539.

HSL color Cylindrical-coordinate representation of color #8BCCF1: hue angle of 201.76º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BCCF1 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 204 241 -
CMYK 0.42 0.15 0 0.05
HSL 201.76º 0.78% 0.75% -
HSV(B) 201.76º 0.42% 0.95% -
XYZ 48.12 55.03 91.3 -
YUV 188.78 157.47 92.49 -
System Red Green Blue C M Y K H S L
Decimal 139 204 241 0.42 0.15 0 0.05 201.76 0.78 0.75
Hex 8B CC F1 2A F 0 5 CA 4E 4B
Octal 213 314 361 52 17 0 5 312 116 113
Binary 10001011 11001100 11110001 101010 1111 0 101 11001010 1001110 1001011

Color Harmonies of #8BCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCCF1

Black with #8BCCF1

Text Example


Text Example

White with #8BCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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