Html Css Color HEX #9AE5FF Columbia Blue

📋 copy color: '#9AE5FF'

red 154 ◦ green 229 ◦ blue 255

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

Shades of Columbia Blue #9AE5FF

Tints of Columbia Blue #9AE5FF

RGB

 RED value IS 154 (60.55% from 255) = 24.14%

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

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

R = 24.14%
G = 35.89%
B = 39.97%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9AE5FF (or 0x9AE5FF) is known color: Columbia Blue. HEX triplet: 9A, E5 and FF. RGB value is (154,229,255). Sum of RGB (Red+Green+Blue) = 154+229+255=638 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.14% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE5FF is #651A00. Grayscale: #D1D1D1. Windows color (decimal): -6625793 or 16770458. OLE color: 16770458.

HSL color Cylindrical-coordinate representation of color #9AE5FF: hue angle of 195.45º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AE5FF is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 229 255 -
CMYK 0.40 0.10 0 0
HSL 195.45º 1% 0.8% -
HSV(B) 195.45º 0.4% 1% -
XYZ 59.4 70.13 105.01 -
YUV 209.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 154 229 255 0.40 0.10 0 0 195.45 1 0.8
Hex 9A E5 FF 28 A 0 0 C3 64 50
Octal 232 345 377 50 12 0 0 303 144 120
Binary 10011010 11100101 11111111 101000 1010 0 0 11000011 1100100 1010000

Color Harmonies of #9AE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE5FF

Black with #9AE5FF

Text Example


Text Example

White with #9AE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AE5FF; }

 p { color: rgb(154,229,255); }

 H1.HeaderClassName
 {
   color: #9AE5FF;
 }
 .AnyTagClassName
 {
   color: #9AE5FF;
 }
</style>

background-color css

<style>
 a { background-color: #9AE5FF; }

 a { background-color: rgb(154,229,255); }

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

border-color css

<style>
 span { border-color: #9AE5FF; }

 span { border-color: rgb(154,229,255); }

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