Html Css Color HEX #9BD3F8 Columbia Blue

📋 copy color: '#9BD3F8'

red 155 ◦ green 211 ◦ blue 248

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

Shades of Columbia Blue #9BD3F8

Tints of Columbia Blue #9BD3F8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.36%

 BLUE value IS 248 (97.27% from 255) = 40.39%

R = 25.24%
G = 34.36%
B = 40.39%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9BD3F8 (or 0x9BD3F8) is known color: Columbia Blue. HEX triplet: 9B, D3 and F8. RGB value is (155,211,248). Sum of RGB (Red+Green+Blue) = 155+211+248=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #9BD3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD3F8 is #642C07. Grayscale: #C6C6C6. Windows color (decimal): -6564872 or 16307099. OLE color: 16307099.

HSL color Cylindrical-coordinate representation of color #9BD3F8: hue angle of 203.87º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BD3F8 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 211 248 -
CMYK 0.38 0.15 0 0.03
HSL 203.87º 0.87% 0.79% -
HSV(B) 203.87º 0.38% 0.97% -
XYZ 53.76 60.33 97.62 -
YUV 198.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 155 211 248 0.38 0.15 0 0.03 203.87 0.87 0.79
Hex 9B D3 F8 26 F 0 3 CC 57 4F
Octal 233 323 370 46 17 0 3 314 127 117
Binary 10011011 11010011 11111000 100110 1111 0 11 11001100 1010111 1001111

Color Harmonies of #9BD3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD3F8

Black with #9BD3F8

Text Example


Text Example

White with #9BD3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,211,248); }

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

background-color css

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

 a { background-color: rgb(155,211,248); }

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

border-color css

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

 span { border-color: rgb(155,211,248); }

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