Html Css Color HEX #9DCEFF Columbia Blue

📋 copy color: '#9DCEFF'

red 157 ◦ green 206 ◦ blue 255

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

Shades of Columbia Blue #9DCEFF

Tints of Columbia Blue #9DCEFF

RGB

 RED value IS 157 (61.72% from 255) = 25.4%

 GREEN value IS 206 (80.86% from 255) = 33.33%

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

R = 25.4%
G = 33.33%
B = 41.26%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9DCEFF (or 0x9DCEFF) is known color: Columbia Blue. HEX triplet: 9D, CE and FF. RGB value is (157,206,255). Sum of RGB (Red+Green+Blue) = 157+206+255=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DCEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCEFF is #623100. Grayscale: #C4C4C4. Windows color (decimal): -6435073 or 16764573. OLE color: 16764573.

HSL color Cylindrical-coordinate representation of color #9DCEFF: hue angle of 210º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DCEFF is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 157 206 255 -
CMYK 0.38 0.19 0 0
HSL 210º 1% 0.81% -
HSV(B) 210º 0.38% 1% -
XYZ 54.03 58.53 103.06 -
YUV 196.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 157 206 255 0.38 0.19 0 0 210 1 0.81
Hex 9D CE FF 26 13 0 0 D2 64 51
Octal 235 316 377 46 23 0 0 322 144 121
Binary 10011101 11001110 11111111 100110 10011 0 0 11010010 1100100 1010001

Color Harmonies of #9DCEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCEFF

Black with #9DCEFF

Text Example


Text Example

White with #9DCEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,206,255); }

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

background-color css

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

 a { background-color: rgb(157,206,255); }

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

border-color css

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

 span { border-color: rgb(157,206,255); }

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