Html Css Color HEX #9BE0FC Columbia Blue

📋 copy color: '#9BE0FC'

red 155 ◦ green 224 ◦ blue 252

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

Shades of Columbia Blue #9BE0FC

Tints of Columbia Blue #9BE0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.5%

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

R = 24.56%
G = 35.5%
B = 39.94%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BE0FC (or 0x9BE0FC) is known color: Columbia Blue. HEX triplet: 9B, E0 and FC. RGB value is (155,224,252). Sum of RGB (Red+Green+Blue) = 155+224+252=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE0FC is #641F03. Grayscale: #CECECE. Windows color (decimal): -6561540 or 16572571. OLE color: 16572571.

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

Color convert

RGB 155 224 252 -
CMYK 0.38 0.11 0 0.01
HSL 197.32º 0.94% 0.8% -
HSV(B) 197.32º 0.38% 0.99% -
XYZ 57.74 67.31 102.04 -
YUV 206.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 155 224 252 0.38 0.11 0 0.01 197.32 0.94 0.8
Hex 9B E0 FC 26 B 0 1 C5 5E 50
Octal 233 340 374 46 13 0 1 305 136 120
Binary 10011011 11100000 11111100 100110 1011 0 1 11000101 1011110 1010000

Color Harmonies of #9BE0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE0FC

Black with #9BE0FC

Text Example


Text Example

White with #9BE0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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