Html Css Color HEX #8AE0FF Columbia Blue

📋 copy color: '#8AE0FF'

red 138 ◦ green 224 ◦ blue 255

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

Shades of Columbia Blue #8AE0FF

Tints of Columbia Blue #8AE0FF

RGB

 RED value IS 138 (54.3% from 255) = 22.37%

 GREEN value IS 224 (87.89% from 255) = 36.3%

 BLUE value IS 255 (100% from 255) = 41.33%

R = 22.37%
G = 36.3%
B = 41.33%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8AE0FF (or 0x8AE0FF) is known color: Columbia Blue. HEX triplet: 8A, E0 and FF. RGB value is (138,224,255). Sum of RGB (Red+Green+Blue) = 138+224+255=617 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.37% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE0FF is #751F00. Grayscale: #C9C9C9. Windows color (decimal): -7675649 or 16769162. OLE color: 16769162.

HSL color Cylindrical-coordinate representation of color #8AE0FF: hue angle of 195.9º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AE0FF is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 224 255 -
CMYK 0.46 0.12 0 0
HSL 195.9º 1% 0.77% -
HSV(B) 195.9º 0.46% 1% -
XYZ 55.19 65.93 104.43 -
YUV 201.82 158.01 82.48 -
System Red Green Blue C M Y K H S L
Decimal 138 224 255 0.46 0.12 0 0 195.9 1 0.77
Hex 8A E0 FF 2E C 0 0 C4 64 4D
Octal 212 340 377 56 14 0 0 304 144 115
Binary 10001010 11100000 11111111 101110 1100 0 0 11000100 1100100 1001101

Color Harmonies of #8AE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE0FF

Black with #8AE0FF

Text Example


Text Example

White with #8AE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,224,255); }

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

background-color css

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

 a { background-color: rgb(138,224,255); }

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

border-color css

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

 span { border-color: rgb(138,224,255); }

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