Html Css Color HEX #9BE5FD Columbia Blue

📋 copy color: '#9BE5FD'

red 155 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #9BE5FD

Tints of Columbia Blue #9BE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.95%

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

R = 24.33%
G = 35.95%
B = 39.72%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BE5FD (or 0x9BE5FD) is known color: Columbia Blue. HEX triplet: 9B, E5 and FD. RGB value is (155,229,253). Sum of RGB (Red+Green+Blue) = 155+229+253=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE5FD is #641A02. Grayscale: #D1D1D1. Windows color (decimal): -6560259 or 16639387. OLE color: 16639387.

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

Color convert

RGB 155 229 253 -
CMYK 0.39 0.09 0 0.01
HSL 194.69º 0.96% 0.8% -
HSV(B) 194.69º 0.39% 0.99% -
XYZ 59.27 70.1 103.34 -
YUV 209.61 152.48 89.05 -
System Red Green Blue C M Y K H S L
Decimal 155 229 253 0.39 0.09 0 0.01 194.69 0.96 0.8
Hex 9B E5 FD 27 9 0 1 C3 60 50
Octal 233 345 375 47 11 0 1 303 140 120
Binary 10011011 11100101 11111101 100111 1001 0 1 11000011 1100000 1010000

Color Harmonies of #9BE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE5FD

Black with #9BE5FD

Text Example


Text Example

White with #9BE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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