Html Css Color HEX #9BD9F4 Columbia Blue

📋 copy color: '#9BD9F4'

red 155 ◦ green 217 ◦ blue 244

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

Shades of Columbia Blue #9BD9F4

Tints of Columbia Blue #9BD9F4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.23%

 BLUE value IS 244 (95.7% from 255) = 39.61%

R = 25.16%
G = 35.23%
B = 39.61%

CMYK

 C value IS 0.36

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9BD9F4 (or 0x9BD9F4) is known color: Columbia Blue. HEX triplet: 9B, D9 and F4. RGB value is (155,217,244). Sum of RGB (Red+Green+Blue) = 155+217+244=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 244 (95.70% from 255 or 39.61% from 616); Max value from RGB is 244 - color contains mainly: blue. Hex color #9BD9F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD9F4 is #64260B. Grayscale: #C9C9C9. Windows color (decimal): -6563340 or 16046491. OLE color: 16046491.

HSL color Cylindrical-coordinate representation of color #9BD9F4: hue angle of 198.2º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BD9F4 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 217 244 -
CMYK 0.36 0.11 0 0.04
HSL 198.2º 0.8% 0.78% -
HSV(B) 198.2º 0.36% 0.96% -
XYZ 54.66 63.13 94.89 -
YUV 201.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 155 217 244 0.36 0.11 0 0.04 198.2 0.8 0.78
Hex 9B D9 F4 24 B 0 4 C6 50 4E
Octal 233 331 364 44 13 0 4 306 120 116
Binary 10011011 11011001 11110100 100100 1011 0 100 11000110 1010000 1001110

Color Harmonies of #9BD9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD9F4

Black with #9BD9F4

Text Example


Text Example

White with #9BD9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,217,244); }

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

background-color css

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

 a { background-color: rgb(155,217,244); }

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

border-color css

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

 span { border-color: rgb(155,217,244); }

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