Html Css Color HEX #9BDDFD Columbia Blue

📋 copy color: '#9BDDFD'

red 155 ◦ green 221 ◦ blue 253

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

Shades of Columbia Blue #9BDDFD

Tints of Columbia Blue #9BDDFD

RGB

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

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

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

R = 24.64%
G = 35.14%
B = 40.22%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BDDFD (or 0x9BDDFD) is known color: Columbia Blue. HEX triplet: 9B, DD and FD. RGB value is (155,221,253). Sum of RGB (Red+Green+Blue) = 155+221+253=629 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.64% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDDFD is #642202. Grayscale: #CCCCCC. Windows color (decimal): -6562307 or 16637339. OLE color: 16637339.

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

Color convert

RGB 155 221 253 -
CMYK 0.39 0.13 0 0.01
HSL 199.59º 0.96% 0.8% -
HSV(B) 199.59º 0.39% 0.99% -
XYZ 57.1 65.77 102.61 -
YUV 204.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 155 221 253 0.39 0.13 0 0.01 199.59 0.96 0.8
Hex 9B DD FD 27 D 0 1 C8 60 50
Octal 233 335 375 47 15 0 1 310 140 120
Binary 10011011 11011101 11111101 100111 1101 0 1 11001000 1100000 1010000

Color Harmonies of #9BDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDDFD

Black with #9BDDFD

Text Example


Text Example

White with #9BDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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