Html Css Color HEX #9BD2FF Columbia Blue

📋 copy color: '#9BD2FF'

red 155 ◦ green 210 ◦ blue 255

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

Shades of Columbia Blue #9BD2FF

Tints of Columbia Blue #9BD2FF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.87%

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

R = 25%
G = 33.87%
B = 41.13%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BD2FF (or 0x9BD2FF) is known color: Columbia Blue. HEX triplet: 9B, D2 and FF. RGB value is (155,210,255). Sum of RGB (Red+Green+Blue) = 155+210+255=620 (82% of max value = 765). Red value is 155 (60.94% from 255 or 25% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BD2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD2FF is #642D00. Grayscale: #C6C6C6. Windows color (decimal): -6565121 or 16765595. OLE color: 16765595.

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

Color convert

RGB 155 210 255 -
CMYK 0.39 0.18 0 0
HSL 207º 1% 0.8% -
HSV(B) 207º 0.39% 1% -
XYZ 54.61 60.28 103.36 -
YUV 198.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 155 210 255 0.39 0.18 0 0 207 1 0.8
Hex 9B D2 FF 27 12 0 0 CF 64 50
Octal 233 322 377 47 22 0 0 317 144 120
Binary 10011011 11010010 11111111 100111 10010 0 0 11001111 1100100 1010000

Color Harmonies of #9BD2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD2FF

Black with #9BD2FF

Text Example


Text Example

White with #9BD2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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