Html Css Color HEX #92DDF3 Columbia Blue

📋 copy color: '#92DDF3'

red 146 ◦ green 221 ◦ blue 243

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

Shades of Columbia Blue #92DDF3

Tints of Columbia Blue #92DDF3

RGB

 RED value IS 146 (57.42% from 255) = 23.93%

 GREEN value IS 221 (86.72% from 255) = 36.23%

 BLUE value IS 243 (95.31% from 255) = 39.84%

R = 23.93%
G = 36.23%
B = 39.84%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92DDF3 (or 0x92DDF3) is known color: Columbia Blue. HEX triplet: 92, DD and F3. RGB value is (146,221,243). Sum of RGB (Red+Green+Blue) = 146+221+243=610 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.93% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #92DDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DDF3 is #6D220C. Grayscale: #C8C8C8. Windows color (decimal): -7152141 or 15981970. OLE color: 15981970.

HSL color Cylindrical-coordinate representation of color #92DDF3: hue angle of 193.61º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92DDF3 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 221 243 -
CMYK 0.40 0.09 0 0.05
HSL 193.61º 0.8% 0.76% -
HSV(B) 193.61º 0.4% 0.95% -
XYZ 53.89 64.29 94.36 -
YUV 201.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 146 221 243 0.40 0.09 0 0.05 193.61 0.8 0.76
Hex 92 DD F3 28 9 0 5 C2 50 4C
Octal 222 335 363 50 11 0 5 302 120 114
Binary 10010010 11011101 11110011 101000 1001 0 101 11000010 1010000 1001100

Color Harmonies of #92DDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DDF3

Black with #92DDF3

Text Example


Text Example

White with #92DDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92DDF3; }

 p { color: rgb(146,221,243); }

 H1.HeaderClassName
 {
   color: #92DDF3;
 }
 .AnyTagClassName
 {
   color: #92DDF3;
 }
</style>

background-color css

<style>
 a { background-color: #92DDF3; }

 a { background-color: rgb(146,221,243); }

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

border-color css

<style>
 span { border-color: #92DDF3; }

 span { border-color: rgb(146,221,243); }

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