Html Css Color HEX #92ECFD Columbia Blue

📋 copy color: '#92ECFD'

red 146 ◦ green 236 ◦ blue 253

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

Shades of Columbia Blue #92ECFD

Tints of Columbia Blue #92ECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.17%

 BLUE value IS 253 (99.22% from 255) = 39.84%

R = 22.99%
G = 37.17%
B = 39.84%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#92ECFD (or 0x92ECFD) is known color: Columbia Blue. HEX triplet: 92, EC and FD. RGB value is (146,236,253). Sum of RGB (Red+Green+Blue) = 146+236+253=635 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.99% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #92ECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92ECFD is #6D1302. Grayscale: #D2D2D2. Windows color (decimal): -7148291 or 16641170. OLE color: 16641170.

HSL color Cylindrical-coordinate representation of color #92ECFD: hue angle of 189.53º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92ECFD is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 146 236 253 -
CMYK 0.42 0.07 0 0.01
HSL 189.53º 0.96% 0.78% -
HSV(B) 189.53º 0.42% 0.99% -
XYZ 59.58 73.19 103.92 -
YUV 211.03 151.68 81.62 -
System Red Green Blue C M Y K H S L
Decimal 146 236 253 0.42 0.07 0 0.01 189.53 0.96 0.78
Hex 92 EC FD 2A 7 0 1 BE 60 4E
Octal 222 354 375 52 7 0 1 276 140 116
Binary 10010010 11101100 11111101 101010 111 0 1 10111110 1100000 1001110

Color Harmonies of #92ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ECFD

Black with #92ECFD

Text Example


Text Example

White with #92ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,236,253); }

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

background-color css

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

 a { background-color: rgb(146,236,253); }

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

border-color css

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

 span { border-color: rgb(146,236,253); }

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