Html Css Color HEX #8AE5FD Columbia Blue

📋 copy color: '#8AE5FD'

red 138 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #8AE5FD

Tints of Columbia Blue #8AE5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.81%

R = 22.26%
G = 36.94%
B = 40.81%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AE5FD (or 0x8AE5FD) is known color: Columbia Blue. HEX triplet: 8A, E5 and FD. RGB value is (138,229,253). Sum of RGB (Red+Green+Blue) = 138+229+253=620 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.26% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE5FD is #751A02. Grayscale: #CCCCCC. Windows color (decimal): -7674371 or 16639370. OLE color: 16639370.

HSL color Cylindrical-coordinate representation of color #8AE5FD: hue angle of 192.52º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AE5FD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 229 253 -
CMYK 0.45 0.09 0 0.01
HSL 192.52º 0.97% 0.77% -
HSV(B) 192.52º 0.45% 0.99% -
XYZ 56.23 68.53 103.19 -
YUV 204.53 155.35 80.55 -
System Red Green Blue C M Y K H S L
Decimal 138 229 253 0.45 0.09 0 0.01 192.52 0.97 0.77
Hex 8A E5 FD 2D 9 0 1 C1 61 4D
Octal 212 345 375 55 11 0 1 301 141 115
Binary 10001010 11100101 11111101 101101 1001 0 1 11000001 1100001 1001101

Color Harmonies of #8AE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE5FD

Black with #8AE5FD

Text Example


Text Example

White with #8AE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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