Html Css Color HEX #9DDAFC Columbia Blue

📋 copy color: '#9DDAFC'

red 157 ◦ green 218 ◦ blue 252

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

Shades of Columbia Blue #9DDAFC

Tints of Columbia Blue #9DDAFC

RGB

 RED value IS 157 (61.72% from 255) = 25.04%

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

 BLUE value IS 252 (98.83% from 255) = 40.19%

R = 25.04%
G = 34.77%
B = 40.19%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9DDAFC (or 0x9DDAFC) is known color: Columbia Blue. HEX triplet: 9D, DA and FC. RGB value is (157,218,252). Sum of RGB (Red+Green+Blue) = 157+218+252=627 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25.04% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DDAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAFC is #622503. Grayscale: #CBCBCB. Windows color (decimal): -6432004 or 16571037. OLE color: 16571037.

HSL color Cylindrical-coordinate representation of color #9DDAFC: hue angle of 201.47º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DDAFC is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 218 252 -
CMYK 0.38 0.13 0 0.01
HSL 201.47º 0.94% 0.8% -
HSV(B) 201.47º 0.38% 0.99% -
XYZ 56.55 64.34 101.53 -
YUV 203.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 157 218 252 0.38 0.13 0 0.01 201.47 0.94 0.8
Hex 9D DA FC 26 D 0 1 C9 5E 50
Octal 235 332 374 46 15 0 1 311 136 120
Binary 10011101 11011010 11111100 100110 1101 0 1 11001001 1011110 1010000

Color Harmonies of #9DDAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDAFC

Black with #9DDAFC

Text Example


Text Example

White with #9DDAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,218,252); }

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

background-color css

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

 a { background-color: rgb(157,218,252); }

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

border-color css

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

 span { border-color: rgb(157,218,252); }

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