Html Css Color HEX #9BDCFF Columbia Blue

📋 copy color: '#9BDCFF'

red 155 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #9BDCFF

Tints of Columbia Blue #9BDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.92%

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

R = 24.6%
G = 34.92%
B = 40.48%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BDCFF (or 0x9BDCFF) is known color: Columbia Blue. HEX triplet: 9B, DC and FF. RGB value is (155,220,255). Sum of RGB (Red+Green+Blue) = 155+220+255=630 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.60% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDCFF is #642300. Grayscale: #CCCCCC. Windows color (decimal): -6562561 or 16768155. OLE color: 16768155.

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

Color convert

RGB 155 220 255 -
CMYK 0.39 0.14 0 0
HSL 201º 1% 0.8% -
HSV(B) 201º 0.39% 1% -
XYZ 57.16 65.37 104.21 -
YUV 204.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 155 220 255 0.39 0.14 0 0 201 1 0.8
Hex 9B DC FF 27 E 0 0 C9 64 50
Octal 233 334 377 47 16 0 0 311 144 120
Binary 10011011 11011100 11111111 100111 1110 0 0 11001001 1100100 1010000

Color Harmonies of #9BDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCFF

Black with #9BDCFF

Text Example


Text Example

White with #9BDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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