Html Css Color HEX #9BDAFF Columbia Blue

📋 copy color: '#9BDAFF'

red 155 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #9BDAFF

Tints of Columbia Blue #9BDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.71%

 BLUE value IS 255 (100% from 255) = 40.61%

R = 24.68%
G = 34.71%
B = 40.61%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BDAFF (or 0x9BDAFF) is known color: Columbia Blue. HEX triplet: 9B, DA and FF. RGB value is (155,218,255). Sum of RGB (Red+Green+Blue) = 155+218+255=628 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.68% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDAFF is #642500. Grayscale: #CBCBCB. Windows color (decimal): -6563073 or 16767643. OLE color: 16767643.

HSL color Cylindrical-coordinate representation of color #9BDAFF: hue angle of 202.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BDAFF is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 218 255 -
CMYK 0.39 0.15 0 0
HSL 202.2º 1% 0.8% -
HSV(B) 202.2º 0.39% 1% -
XYZ 56.64 64.33 104.04 -
YUV 203.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 155 218 255 0.39 0.15 0 0 202.2 1 0.8
Hex 9B DA FF 27 F 0 0 CA 64 50
Octal 233 332 377 47 17 0 0 312 144 120
Binary 10011011 11011010 11111111 100111 1111 0 0 11001010 1100100 1010000

Color Harmonies of #9BDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDAFF

Black with #9BDAFF

Text Example


Text Example

White with #9BDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,218,255); }

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

background-color css

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

 a { background-color: rgb(155,218,255); }

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

border-color css

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

 span { border-color: rgb(155,218,255); }

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