Html Css Color HEX #8BCBEE Anakiwa

📋 copy color: '#8BCBEE'

red 139 ◦ green 203 ◦ blue 238

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

Shades of Anakiwa #8BCBEE

Tints of Anakiwa #8BCBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35%

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

R = 23.97%
G = 35%
B = 41.03%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BCBEE (or 0x8BCBEE) is known color: Anakiwa. HEX triplet: 8B, CB and EE. RGB value is (139,203,238). Sum of RGB (Red+Green+Blue) = 139+203+238=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BCBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCBEE is #743411. Grayscale: #BBBBBB. Windows color (decimal): -7615506 or 15649675. OLE color: 15649675.

HSL color Cylindrical-coordinate representation of color #8BCBEE: hue angle of 201.21º 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 #8BCBEE is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 203 238 -
CMYK 0.42 0.15 0 0.07
HSL 201.21º 0.74% 0.74% -
HSV(B) 201.21º 0.42% 0.93% -
XYZ 47.44 54.37 88.88 -
YUV 187.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 139 203 238 0.42 0.15 0 0.07 201.21 0.74 0.74
Hex 8B CB EE 2A F 0 7 C9 4A 4A
Octal 213 313 356 52 17 0 7 311 112 112
Binary 10001011 11001011 11101110 101010 1111 0 111 11001001 1001010 1001010

Color Harmonies of #8BCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCBEE

Black with #8BCBEE

Text Example


Text Example

White with #8BCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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