Html Css Color HEX #74C8EA Spray

📋 copy color: '#74C8EA'

red 116 ◦ green 200 ◦ blue 234

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

Shades of Spray #74C8EA

Tints of Spray #74C8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.36%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 21.09%
G = 36.36%
B = 42.55%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74C8EA (or 0x74C8EA) is known color: Spray. HEX triplet: 74, C8 and EA. RGB value is (116,200,234). Sum of RGB (Red+Green+Blue) = 116+200+234=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #74C8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C8EA is #8B3715. Grayscale: #B2B2B2. Windows color (decimal): -9123606 or 15386740. OLE color: 15386740.

HSL color Cylindrical-coordinate representation of color #74C8EA: hue angle of 197.29º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74C8EA is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 200 234 -
CMYK 0.50 0.15 0 0.08
HSL 197.29º 0.74% 0.69% -
HSV(B) 197.29º 0.5% 0.92% -
XYZ 42.71 50.96 85.43 -
YUV 178.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 116 200 234 0.50 0.15 0 0.08 197.29 0.74 0.69
Hex 74 C8 EA 32 F 0 8 C5 4A 45
Octal 164 310 352 62 17 0 10 305 112 105
Binary 1110100 11001000 11101010 110010 1111 0 1000 11000101 1001010 1000101

Color Harmonies of #74C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C8EA

Black with #74C8EA

Text Example


Text Example

White with #74C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,200,234); }

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

background-color css

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

 a { background-color: rgb(116,200,234); }

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

border-color css

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

 span { border-color: rgb(116,200,234); }

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