Html Css Color HEX #9BD1FD Columbia Blue

📋 copy color: '#9BD1FD'

red 155 ◦ green 209 ◦ blue 253

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

Shades of Columbia Blue #9BD1FD

Tints of Columbia Blue #9BD1FD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.87%

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

R = 25.12%
G = 33.87%
B = 41%

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

#9BD1FD (or 0x9BD1FD) is known color: Columbia Blue. HEX triplet: 9B, D1 and FD. RGB value is (155,209,253). Sum of RGB (Red+Green+Blue) = 155+209+253=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BD1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD1FD is #642E02. Grayscale: #C5C5C5. Windows color (decimal): -6565379 or 16634267. OLE color: 16634267.

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

Color convert

RGB 155 209 253 -
CMYK 0.39 0.17 0 0.01
HSL 206.94º 0.96% 0.8% -
HSV(B) 206.94º 0.39% 0.99% -
XYZ 54.05 59.66 101.6 -
YUV 197.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 155 209 253 0.39 0.17 0 0.01 206.94 0.96 0.8
Hex 9B D1 FD 27 11 0 1 CF 60 50
Octal 233 321 375 47 21 0 1 317 140 120
Binary 10011011 11010001 11111101 100111 10001 0 1 11001111 1100000 1010000

Color Harmonies of #9BD1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD1FD

Black with #9BD1FD

Text Example


Text Example

White with #9BD1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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