Html Css Color HEX #9DDBFE Columbia Blue

📋 copy color: '#9DDBFE'

red 157 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #9DDBFE

Tints of Columbia Blue #9DDBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.76%

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

R = 24.92%
G = 34.76%
B = 40.32%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9DDBFE (or 0x9DDBFE) is known color: Columbia Blue. HEX triplet: 9D, DB and FE. RGB value is (157,219,254). Sum of RGB (Red+Green+Blue) = 157+219+254=630 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.92% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DDBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDBFE is #622401. Grayscale: #CCCCCC. Windows color (decimal): -6431746 or 16702365. OLE color: 16702365.

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

Color convert

RGB 157 219 254 -
CMYK 0.38 0.14 0 0.00
HSL 201.65º 0.98% 0.81% -
HSV(B) 201.65º 0.38% 1% -
XYZ 57.13 64.99 103.3 -
YUV 204.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 157 219 254 0.38 0.14 0 0.00 201.65 0.98 0.81
Hex 9D DB FE 26 E 0 0 CA 62 51
Octal 235 333 376 46 16 0 0 312 142 121
Binary 10011101 11011011 11111110 100110 1110 0 0 11001010 1100010 1010001

Color Harmonies of #9DDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDBFE

Black with #9DDBFE

Text Example


Text Example

White with #9DDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,254); }

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

background-color css

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

 a { background-color: rgb(157,219,254); }

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

border-color css

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

 span { border-color: rgb(157,219,254); }

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