Html Css Color HEX #9AE7FF Columbia Blue

📋 copy color: '#9AE7FF'

red 154 ◦ green 231 ◦ blue 255

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

Shades of Columbia Blue #9AE7FF

Tints of Columbia Blue #9AE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.09%

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

R = 24.06%
G = 36.09%
B = 39.84%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9AE7FF (or 0x9AE7FF) is known color: Columbia Blue. HEX triplet: 9A, E7 and FF. RGB value is (154,231,255). Sum of RGB (Red+Green+Blue) = 154+231+255=640 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.06% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AE7FF is #651800. Grayscale: #D2D2D2. Windows color (decimal): -6625281 or 16770970. OLE color: 16770970.

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

Color convert

RGB 154 231 255 -
CMYK 0.40 0.09 0 0
HSL 194.26º 1% 0.8% -
HSV(B) 194.26º 0.4% 1% -
XYZ 59.95 71.24 105.2 -
YUV 210.71 152.99 87.55 -
System Red Green Blue C M Y K H S L
Decimal 154 231 255 0.40 0.09 0 0 194.26 1 0.8
Hex 9A E7 FF 28 9 0 0 C2 64 50
Octal 232 347 377 50 11 0 0 302 144 120
Binary 10011010 11100111 11111111 101000 1001 0 0 11000010 1100100 1010000

Color Harmonies of #9AE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE7FF

Black with #9AE7FF

Text Example


Text Example

White with #9AE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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