Html Css Color HEX #9BDFFD Columbia Blue

📋 copy color: '#9BDFFD'

red 155 ◦ green 223 ◦ blue 253

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

Shades of Columbia Blue #9BDFFD

Tints of Columbia Blue #9BDFFD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.34%

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

R = 24.56%
G = 35.34%
B = 40.1%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BDFFD (or 0x9BDFFD) is known color: Columbia Blue. HEX triplet: 9B, DF and FD. RGB value is (155,223,253). Sum of RGB (Red+Green+Blue) = 155+223+253=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDFFD is #642002. Grayscale: #CDCDCD. Windows color (decimal): -6561795 or 16637851. OLE color: 16637851.

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

Color convert

RGB 155 223 253 -
CMYK 0.39 0.12 0 0.01
HSL 198.37º 0.96% 0.8% -
HSV(B) 198.37º 0.39% 0.99% -
XYZ 57.63 66.84 102.79 -
YUV 206.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 155 223 253 0.39 0.12 0 0.01 198.37 0.96 0.8
Hex 9B DF FD 27 C 0 1 C6 60 50
Octal 233 337 375 47 14 0 1 306 140 120
Binary 10011011 11011111 11111101 100111 1100 0 1 11000110 1100000 1010000

Color Harmonies of #9BDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDFFD

Black with #9BDFFD

Text Example


Text Example

White with #9BDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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