Html Css Color HEX #9BD2FD Columbia Blue

📋 copy color: '#9BD2FD'

red 155 ◦ green 210 ◦ blue 253

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

Shades of Columbia Blue #9BD2FD

Tints of Columbia Blue #9BD2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.94%

R = 25.08%
G = 33.98%
B = 40.94%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BD2FD (or 0x9BD2FD) is known color: Columbia Blue. HEX triplet: 9B, D2 and FD. RGB value is (155,210,253). Sum of RGB (Red+Green+Blue) = 155+210+253=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BD2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD2FD is #642D02. Grayscale: #C6C6C6. Windows color (decimal): -6565123 or 16634523. OLE color: 16634523.

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

Color convert

RGB 155 210 253 -
CMYK 0.39 0.17 0 0.01
HSL 206.33º 0.96% 0.8% -
HSV(B) 206.33º 0.39% 0.99% -
XYZ 54.29 60.15 101.68 -
YUV 198.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 155 210 253 0.39 0.17 0 0.01 206.33 0.96 0.8
Hex 9B D2 FD 27 11 0 1 CE 60 50
Octal 233 322 375 47 21 0 1 316 140 120
Binary 10011011 11010010 11111101 100111 10001 0 1 11001110 1100000 1010000

Color Harmonies of #9BD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD2FD

Black with #9BD2FD

Text Example


Text Example

White with #9BD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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