Html Css Color HEX #9BCDFF Columbia Blue

📋 copy color: '#9BCDFF'

red 155 ◦ green 205 ◦ blue 255

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

Shades of Columbia Blue #9BCDFF

Tints of Columbia Blue #9BCDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.33%

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

R = 25.2%
G = 33.33%
B = 41.46%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BCDFF (or 0x9BCDFF) is known color: Columbia Blue. HEX triplet: 9B, CD and FF. RGB value is (155,205,255). Sum of RGB (Red+Green+Blue) = 155+205+255=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDFF is #643200. Grayscale: #C3C3C3. Windows color (decimal): -6566401 or 16764315. OLE color: 16764315.

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

Color convert

RGB 155 205 255 -
CMYK 0.39 0.20 0 0
HSL 210º 1% 0.8% -
HSV(B) 210º 0.39% 1% -
XYZ 53.4 57.85 102.96 -
YUV 195.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 155 205 255 0.39 0.20 0 0 210 1 0.8
Hex 9B CD FF 27 14 0 0 D2 64 50
Octal 233 315 377 47 24 0 0 322 144 120
Binary 10011011 11001101 11111111 100111 10100 0 0 11010010 1100100 1010000

Color Harmonies of #9BCDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDFF

Black with #9BCDFF

Text Example


Text Example

White with #9BCDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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