Html Css Color HEX #8AE5FE Columbia Blue

📋 copy color: '#8AE5FE'

red 138 ◦ green 229 ◦ blue 254

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

Shades of Columbia Blue #8AE5FE

Tints of Columbia Blue #8AE5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.88%

 BLUE value IS 254 (99.61% from 255) = 40.9%

R = 22.22%
G = 36.88%
B = 40.9%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8AE5FE (or 0x8AE5FE) is known color: Columbia Blue. HEX triplet: 8A, E5 and FE. RGB value is (138,229,254). Sum of RGB (Red+Green+Blue) = 138+229+254=621 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.22% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE5FE is #751A01. Grayscale: #CCCCCC. Windows color (decimal): -7674370 or 16704906. OLE color: 16704906.

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

Color convert

RGB 138 229 254 -
CMYK 0.46 0.10 0 0.00
HSL 192.93º 0.98% 0.77% -
HSV(B) 192.93º 0.46% 1% -
XYZ 56.39 68.6 104.03 -
YUV 204.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 138 229 254 0.46 0.10 0 0.00 192.93 0.98 0.77
Hex 8A E5 FE 2E A 0 0 C1 62 4D
Octal 212 345 376 56 12 0 0 301 142 115
Binary 10001010 11100101 11111110 101110 1010 0 0 11000001 1100010 1001101

Color Harmonies of #8AE5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE5FE

Black with #8AE5FE

Text Example


Text Example

White with #8AE5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,229,254); }

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

background-color css

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

 a { background-color: rgb(138,229,254); }

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

border-color css

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

 span { border-color: rgb(138,229,254); }

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