Html Css Color HEX #9BCEFD Columbia Blue

📋 copy color: '#9BCEFD'

red 155 ◦ green 206 ◦ blue 253

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

Shades of Columbia Blue #9BCEFD

Tints of Columbia Blue #9BCEFD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.55%

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

R = 25.24%
G = 33.55%
B = 41.21%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BCEFD (or 0x9BCEFD) is known color: Columbia Blue. HEX triplet: 9B, CE and FD. RGB value is (155,206,253). Sum of RGB (Red+Green+Blue) = 155+206+253=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BCEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEFD is #643102. Grayscale: #C3C3C3. Windows color (decimal): -6566147 or 16633499. OLE color: 16633499.

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

Color convert

RGB 155 206 253 -
CMYK 0.39 0.19 0 0.01
HSL 208.78º 0.96% 0.8% -
HSV(B) 208.78º 0.39% 0.99% -
XYZ 53.32 58.2 101.35 -
YUV 196.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 155 206 253 0.39 0.19 0 0.01 208.78 0.96 0.8
Hex 9B CE FD 27 13 0 1 D1 60 50
Octal 233 316 375 47 23 0 1 321 140 120
Binary 10011011 11001110 11111101 100111 10011 0 1 11010001 1100000 1010000

Color Harmonies of #9BCEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCEFD

Black with #9BCEFD

Text Example


Text Example

White with #9BCEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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