Html Css Color HEX #9AE3FF Columbia Blue

📋 copy color: '#9AE3FF'

red 154 ◦ green 227 ◦ blue 255

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

Shades of Columbia Blue #9AE3FF

Tints of Columbia Blue #9AE3FF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.69%

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

R = 24.21%
G = 35.69%
B = 40.09%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9AE3FF (or 0x9AE3FF) is known color: Columbia Blue. HEX triplet: 9A, E3 and FF. RGB value is (154,227,255). Sum of RGB (Red+Green+Blue) = 154+227+255=636 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.21% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE3FF is #651C00. Grayscale: #D0D0D0. Windows color (decimal): -6626305 or 16769946. OLE color: 16769946.

HSL color Cylindrical-coordinate representation of color #9AE3FF: hue angle of 196.63º 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 #9AE3FF is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 227 255 -
CMYK 0.40 0.11 0 0
HSL 196.63º 1% 0.8% -
HSV(B) 196.63º 0.4% 1% -
XYZ 58.85 69.03 104.83 -
YUV 208.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 154 227 255 0.40 0.11 0 0 196.63 1 0.8
Hex 9A E3 FF 28 B 0 0 C5 64 50
Octal 232 343 377 50 13 0 0 305 144 120
Binary 10011010 11100011 11111111 101000 1011 0 0 11000101 1100100 1010000

Color Harmonies of #9AE3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE3FF

Black with #9AE3FF

Text Example


Text Example

White with #9AE3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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