Html Css Color HEX #9AE1FE Columbia Blue

📋 copy color: '#9AE1FE'

red 154 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #9AE1FE

Tints of Columbia Blue #9AE1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.13%

R = 24.33%
G = 35.55%
B = 40.13%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9AE1FE (or 0x9AE1FE) is known color: Columbia Blue. HEX triplet: 9A, E1 and FE. RGB value is (154,225,254). Sum of RGB (Red+Green+Blue) = 154+225+254=633 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.33% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE1FE is #651E01. Grayscale: #CECECE. Windows color (decimal): -6626818 or 16703898. OLE color: 16703898.

HSL color Cylindrical-coordinate representation of color #9AE1FE: hue angle of 197.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AE1FE is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 154 225 254 -
CMYK 0.39 0.11 0 0.00
HSL 197.4º 0.98% 0.8% -
HSV(B) 197.4º 0.39% 1% -
XYZ 58.14 67.88 103.8 -
YUV 207.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 154 225 254 0.39 0.11 0 0.00 197.4 0.98 0.8
Hex 9A E1 FE 27 B 0 0 C5 62 50
Octal 232 341 376 47 13 0 0 305 142 120
Binary 10011010 11100001 11111110 100111 1011 0 0 11000101 1100010 1010000

Color Harmonies of #9AE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE1FE

Black with #9AE1FE

Text Example


Text Example

White with #9AE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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