Html Css Color HEX #9BE8FD Columbia Blue

📋 copy color: '#9BE8FD'

red 155 ◦ green 232 ◦ blue 253

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

Shades of Columbia Blue #9BE8FD

Tints of Columbia Blue #9BE8FD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.25%

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

R = 24.22%
G = 36.25%
B = 39.53%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BE8FD (or 0x9BE8FD) is known color: Columbia Blue. HEX triplet: 9B, E8 and FD. RGB value is (155,232,253). Sum of RGB (Red+Green+Blue) = 155+232+253=640 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.22% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BE8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE8FD is #641702. Grayscale: #D3D3D3. Windows color (decimal): -6559491 or 16640155. OLE color: 16640155.

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

Color convert

RGB 155 232 253 -
CMYK 0.39 0.08 0 0.01
HSL 192.86º 0.96% 0.8% -
HSV(B) 192.86º 0.39% 0.99% -
XYZ 60.1 71.77 103.61 -
YUV 211.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 155 232 253 0.39 0.08 0 0.01 192.86 0.96 0.8
Hex 9B E8 FD 27 8 0 1 C1 60 50
Octal 233 350 375 47 10 0 1 301 140 120
Binary 10011011 11101000 11111101 100111 1000 0 1 11000001 1100000 1010000

Color Harmonies of #9BE8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE8FD

Black with #9BE8FD

Text Example


Text Example

White with #9BE8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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