Html Css Color HEX #74CEDB Spray

📋 copy color: '#74CEDB'

red 116 ◦ green 206 ◦ blue 219

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

Shades of Spray #74CEDB

Tints of Spray #74CEDB

RGB

 RED value IS 116 (45.7% from 255) = 21.44%

 GREEN value IS 206 (80.86% from 255) = 38.08%

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 21.44%
G = 38.08%
B = 40.48%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74CEDB (or 0x74CEDB) is known color: Spray. HEX triplet: 74, CE and DB. RGB value is (116,206,219). Sum of RGB (Red+Green+Blue) = 116+206+219=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #74CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CEDB is #8B3124. Grayscale: #B4B4B4. Windows color (decimal): -9122085 or 14405236. OLE color: 14405236.

HSL color Cylindrical-coordinate representation of color #74CEDB: hue angle of 187.57º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CEDB is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 206 219 -
CMYK 0.47 0.06 0 0.14
HSL 187.57º 0.59% 0.66% -
HSV(B) 187.57º 0.47% 0.86% -
XYZ 42.06 52.97 75.03 -
YUV 180.57 149.68 81.94 -
System Red Green Blue C M Y K H S L
Decimal 116 206 219 0.47 0.06 0 0.14 187.57 0.59 0.66
Hex 74 CE DB 2F 6 0 E BC 3B 42
Octal 164 316 333 57 6 0 16 274 73 102
Binary 1110100 11001110 11011011 101111 110 0 1110 10111100 111011 1000010

Color Harmonies of #74CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CEDB

Black with #74CEDB

Text Example


Text Example

White with #74CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CEDB; }

 p { color: rgb(116,206,219); }

 H1.HeaderClassName
 {
   color: #74CEDB;
 }
 .AnyTagClassName
 {
   color: #74CEDB;
 }
</style>

background-color css

<style>
 a { background-color: #74CEDB; }

 a { background-color: rgb(116,206,219); }

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

border-color css

<style>
 span { border-color: #74CEDB; }

 span { border-color: rgb(116,206,219); }

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