Html Css Color HEX #9BE6FC Columbia Blue

📋 copy color: '#9BE6FC'

red 155 ◦ green 230 ◦ blue 252

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

Shades of Columbia Blue #9BE6FC

Tints of Columbia Blue #9BE6FC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.11%

 BLUE value IS 252 (98.83% from 255) = 39.56%

R = 24.33%
G = 36.11%
B = 39.56%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BE6FC (or 0x9BE6FC) is known color: Columbia Blue. HEX triplet: 9B, E6 and FC. RGB value is (155,230,252). Sum of RGB (Red+Green+Blue) = 155+230+252=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BE6FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE6FC is #641903. Grayscale: #D1D1D1. Windows color (decimal): -6560004 or 16574107. OLE color: 16574107.

HSL color Cylindrical-coordinate representation of color #9BE6FC: hue angle of 193.61º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BE6FC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 230 252 -
CMYK 0.38 0.09 0 0.01
HSL 193.61º 0.94% 0.8% -
HSV(B) 193.61º 0.38% 0.99% -
XYZ 59.39 70.59 102.59 -
YUV 210.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 155 230 252 0.38 0.09 0 0.01 193.61 0.94 0.8
Hex 9B E6 FC 26 9 0 1 C2 5E 50
Octal 233 346 374 46 11 0 1 302 136 120
Binary 10011011 11100110 11111100 100110 1001 0 1 11000010 1011110 1010000

Color Harmonies of #9BE6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE6FC

Black with #9BE6FC

Text Example


Text Example

White with #9BE6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,230,252); }

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

background-color css

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

 a { background-color: rgb(155,230,252); }

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

border-color css

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

 span { border-color: rgb(155,230,252); }

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