Html Css Color HEX #9AD6FF Columbia Blue

📋 copy color: '#9AD6FF'

red 154 ◦ green 214 ◦ blue 255

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

Shades of Columbia Blue #9AD6FF

Tints of Columbia Blue #9AD6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.35%

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

R = 24.72%
G = 34.35%
B = 40.93%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9AD6FF (or 0x9AD6FF) is known color: Columbia Blue. HEX triplet: 9A, D6 and FF. RGB value is (154,214,255). Sum of RGB (Red+Green+Blue) = 154+214+255=623 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.72% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AD6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD6FF is #652900. Grayscale: #C8C8C8. Windows color (decimal): -6629633 or 16766618. OLE color: 16766618.

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

Color convert

RGB 154 214 255 -
CMYK 0.40 0.16 0 0
HSL 204.36º 1% 0.8% -
HSV(B) 204.36º 0.4% 1% -
XYZ 55.42 62.18 103.69 -
YUV 200.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 154 214 255 0.40 0.16 0 0 204.36 1 0.8
Hex 9A D6 FF 28 10 0 0 CC 64 50
Octal 232 326 377 50 20 0 0 314 144 120
Binary 10011010 11010110 11111111 101000 10000 0 0 11001100 1100100 1010000

Color Harmonies of #9AD6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD6FF

Black with #9AD6FF

Text Example


Text Example

White with #9AD6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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