Html Css Color HEX #9AE6FF Columbia Blue

📋 copy color: '#9AE6FF'

red 154 ◦ green 230 ◦ blue 255

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

Shades of Columbia Blue #9AE6FF

Tints of Columbia Blue #9AE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.99%

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

R = 24.1%
G = 35.99%
B = 39.91%

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

#9AE6FF (or 0x9AE6FF) is known color: Columbia Blue. HEX triplet: 9A, E6 and FF. RGB value is (154,230,255). Sum of RGB (Red+Green+Blue) = 154+230+255=639 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.10% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AE6FF is #651900. Grayscale: #D1D1D1. Windows color (decimal): -6625537 or 16770714. OLE color: 16770714.

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

Color convert

RGB 154 230 255 -
CMYK 0.40 0.10 0 0
HSL 194.85º 1% 0.8% -
HSV(B) 194.85º 0.4% 1% -
XYZ 59.67 70.68 105.11 -
YUV 210.13 153.32 87.97 -
System Red Green Blue C M Y K H S L
Decimal 154 230 255 0.40 0.10 0 0 194.85 1 0.8
Hex 9A E6 FF 28 A 0 0 C3 64 50
Octal 232 346 377 50 12 0 0 303 144 120
Binary 10011010 11100110 11111111 101000 1010 0 0 11000011 1100100 1010000

Color Harmonies of #9AE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE6FF

Black with #9AE6FF

Text Example


Text Example

White with #9AE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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