Html Css Color HEX #9BD1FE Columbia Blue

📋 copy color: '#9BD1FE'

red 155 ◦ green 209 ◦ blue 254

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

Shades of Columbia Blue #9BD1FE

Tints of Columbia Blue #9BD1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.1%

R = 25.08%
G = 33.82%
B = 41.1%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9BD1FE (or 0x9BD1FE) is known color: Columbia Blue. HEX triplet: 9B, D1 and FE. RGB value is (155,209,254). Sum of RGB (Red+Green+Blue) = 155+209+254=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BD1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD1FE is #642E01. Grayscale: #C5C5C5. Windows color (decimal): -6565378 or 16699803. OLE color: 16699803.

HSL color Cylindrical-coordinate representation of color #9BD1FE: hue angle of 207.27º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BD1FE is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 209 254 -
CMYK 0.39 0.18 0 0.00
HSL 207.27º 0.98% 0.8% -
HSV(B) 207.27º 0.39% 1% -
XYZ 54.21 59.73 102.44 -
YUV 197.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 155 209 254 0.39 0.18 0 0.00 207.27 0.98 0.8
Hex 9B D1 FE 27 12 0 0 CF 62 50
Octal 233 321 376 47 22 0 0 317 142 120
Binary 10011011 11010001 11111110 100111 10010 0 0 11001111 1100010 1010000

Color Harmonies of #9BD1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD1FE

Black with #9BD1FE

Text Example


Text Example

White with #9BD1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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