Html Css Color HEX #9AE1FF Columbia Blue

📋 copy color: '#9AE1FF'

red 154 ◦ green 225 ◦ blue 255

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

Shades of Columbia Blue #9AE1FF

Tints of Columbia Blue #9AE1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.49%

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

R = 24.29%
G = 35.49%
B = 40.22%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9AE1FF (or 0x9AE1FF) is known color: Columbia Blue. HEX triplet: 9A, E1 and FF. RGB value is (154,225,255). Sum of RGB (Red+Green+Blue) = 154+225+255=634 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.29% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE1FF is #651E00. Grayscale: #CFCFCF. Windows color (decimal): -6626817 or 16769434. OLE color: 16769434.

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

Color convert

RGB 154 225 255 -
CMYK 0.40 0.12 0 0
HSL 197.82º 1% 0.8% -
HSV(B) 197.82º 0.4% 1% -
XYZ 58.3 67.94 104.65 -
YUV 207.19 154.98 90.06 -
System Red Green Blue C M Y K H S L
Decimal 154 225 255 0.40 0.12 0 0 197.82 1 0.8
Hex 9A E1 FF 28 C 0 0 C6 64 50
Octal 232 341 377 50 14 0 0 306 144 120
Binary 10011010 11100001 11111111 101000 1100 0 0 11000110 1100100 1010000

Color Harmonies of #9AE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE1FF

Black with #9AE1FF

Text Example


Text Example

White with #9AE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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