Html Css Color HEX #9DDDFF Columbia Blue

📋 copy color: '#9DDDFF'

red 157 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #9DDDFF

Tints of Columbia Blue #9DDDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.91%

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

R = 24.8%
G = 34.91%
B = 40.28%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9DDDFF (or 0x9DDDFF) is known color: Columbia Blue. HEX triplet: 9D, DD and FF. RGB value is (157,221,255). Sum of RGB (Red+Green+Blue) = 157+221+255=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDFF is #622200. Grayscale: #CDCDCD. Windows color (decimal): -6431233 or 16768413. OLE color: 16768413.

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

Color convert

RGB 157 221 255 -
CMYK 0.38 0.13 0 0
HSL 200.82º 1% 0.81% -
HSV(B) 200.82º 0.38% 1% -
XYZ 57.81 66.1 104.32 -
YUV 205.74 155.8 93.24 -
System Red Green Blue C M Y K H S L
Decimal 157 221 255 0.38 0.13 0 0 200.82 1 0.81
Hex 9D DD FF 26 D 0 0 C9 64 51
Octal 235 335 377 46 15 0 0 311 144 121
Binary 10011101 11011101 11111111 100110 1101 0 0 11001001 1100100 1010001

Color Harmonies of #9DDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDDFF

Black with #9DDDFF

Text Example


Text Example

White with #9DDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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