Html Css Color HEX #9BD4FF Columbia Blue

📋 copy color: '#9BD4FF'

red 155 ◦ green 212 ◦ blue 255

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

Shades of Columbia Blue #9BD4FF

Tints of Columbia Blue #9BD4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.08%

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

R = 24.92%
G = 34.08%
B = 41%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BD4FF (or 0x9BD4FF) is known color: Columbia Blue. HEX triplet: 9B, D4 and FF. RGB value is (155,212,255). Sum of RGB (Red+Green+Blue) = 155+212+255=622 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.92% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BD4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD4FF is #642B00. Grayscale: #C7C7C7. Windows color (decimal): -6564609 or 16766107. OLE color: 16766107.

HSL color Cylindrical-coordinate representation of color #9BD4FF: hue angle of 205.8º 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 #9BD4FF is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 212 255 -
CMYK 0.39 0.17 0 0
HSL 205.8º 1% 0.8% -
HSV(B) 205.8º 0.39% 1% -
XYZ 55.11 61.28 103.53 -
YUV 199.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 155 212 255 0.39 0.17 0 0 205.8 1 0.8
Hex 9B D4 FF 27 11 0 0 CE 64 50
Octal 233 324 377 47 21 0 0 316 144 120
Binary 10011011 11010100 11111111 100111 10001 0 0 11001110 1100100 1010000

Color Harmonies of #9BD4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD4FF

Black with #9BD4FF

Text Example


Text Example

White with #9BD4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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