Html Css Color HEX #9BDAFE Columbia Blue

📋 copy color: '#9BDAFE'

red 155 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #9BDAFE

Tints of Columbia Blue #9BDAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.51%

R = 24.72%
G = 34.77%
B = 40.51%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9BDAFE (or 0x9BDAFE) is known color: Columbia Blue. HEX triplet: 9B, DA and FE. RGB value is (155,218,254). Sum of RGB (Red+Green+Blue) = 155+218+254=627 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.72% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDAFE is #642501. Grayscale: #CBCBCB. Windows color (decimal): -6563074 or 16702107. OLE color: 16702107.

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

Color convert

RGB 155 218 254 -
CMYK 0.39 0.14 0 0.00
HSL 201.82º 0.98% 0.8% -
HSV(B) 201.82º 0.39% 1% -
XYZ 56.48 64.27 103.19 -
YUV 203.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 155 218 254 0.39 0.14 0 0.00 201.82 0.98 0.8
Hex 9B DA FE 27 E 0 0 CA 62 50
Octal 233 332 376 47 16 0 0 312 142 120
Binary 10011011 11011010 11111110 100111 1110 0 0 11001010 1100010 1010000

Color Harmonies of #9BDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDAFE

Black with #9BDAFE

Text Example


Text Example

White with #9BDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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