Html Css Color HEX #9DDFFE Columbia Blue

📋 copy color: '#9DDFFE'

red 157 ◦ green 223 ◦ blue 254

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

Shades of Columbia Blue #9DDFFE

Tints of Columbia Blue #9DDFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.17%

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

R = 24.76%
G = 35.17%
B = 40.06%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9DDFFE (or 0x9DDFFE) is known color: Columbia Blue. HEX triplet: 9D, DF and FE. RGB value is (157,223,254). Sum of RGB (Red+Green+Blue) = 157+223+254=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFFE is #622001. Grayscale: #CECECE. Windows color (decimal): -6430722 or 16703389. OLE color: 16703389.

HSL color Cylindrical-coordinate representation of color #9DDFFE: hue angle of 199.18º 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 #9DDFFE is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 223 254 -
CMYK 0.38 0.12 0 0.00
HSL 199.18º 0.98% 0.81% -
HSV(B) 199.18º 0.38% 1% -
XYZ 58.18 67.1 103.65 -
YUV 206.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 157 223 254 0.38 0.12 0 0.00 199.18 0.98 0.81
Hex 9D DF FE 26 C 0 0 C7 62 51
Octal 235 337 376 46 14 0 0 307 142 121
Binary 10011101 11011111 11111110 100110 1100 0 0 11000111 1100010 1010001

Color Harmonies of #9DDFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDFFE

Black with #9DDFFE

Text Example


Text Example

White with #9DDFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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