Html Css Color HEX #9BDDFF Columbia Blue

📋 copy color: '#9BDDFF'

red 155 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #9BDDFF

Tints of Columbia Blue #9BDDFF

RGB

 RED value IS 155 (60.94% from 255) = 24.56%

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

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

R = 24.56%
G = 35.02%
B = 40.41%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BDDFF (or 0x9BDDFF) is known color: Columbia Blue. HEX triplet: 9B, DD and FF. RGB value is (155,221,255). Sum of RGB (Red+Green+Blue) = 155+221+255=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDDFF is #642200. Grayscale: #CCCCCC. Windows color (decimal): -6562305 or 16768411. OLE color: 16768411.

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

Color convert

RGB 155 221 255 -
CMYK 0.39 0.13 0 0
HSL 200.4º 1% 0.8% -
HSV(B) 200.4º 0.39% 1% -
XYZ 57.42 65.9 104.3 -
YUV 205.14 156.13 92.24 -
System Red Green Blue C M Y K H S L
Decimal 155 221 255 0.39 0.13 0 0 200.4 1 0.8
Hex 9B DD FF 27 D 0 0 C8 64 50
Octal 233 335 377 47 15 0 0 310 144 120
Binary 10011011 11011101 11111111 100111 1101 0 0 11001000 1100100 1010000

Color Harmonies of #9BDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDDFF

Black with #9BDDFF

Text Example


Text Example

White with #9BDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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