Html Css Color HEX #74CFEF Sky Blue

📋 copy color: '#74CFEF'

red 116 ◦ green 207 ◦ blue 239

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

Shades of Sky Blue #74CFEF

Tints of Sky Blue #74CFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.83%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 20.64%
G = 36.83%
B = 42.53%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#74CFEF (or 0x74CFEF) is known color: Sky Blue. HEX triplet: 74, CF and EF. RGB value is (116,207,239). Sum of RGB (Red+Green+Blue) = 116+207+239=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #74CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CFEF is #8B3010. Grayscale: #B7B7B7. Windows color (decimal): -9121809 or 15716212. OLE color: 15716212.

HSL color Cylindrical-coordinate representation of color #74CFEF: hue angle of 195.61º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74CFEF is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 207 239 -
CMYK 0.51 0.13 0 0.06
HSL 195.61º 0.79% 0.7% -
HSV(B) 195.61º 0.51% 0.94% -
XYZ 45.1 54.57 89.82 -
YUV 183.44 159.35 79.9 -
System Red Green Blue C M Y K H S L
Decimal 116 207 239 0.51 0.13 0 0.06 195.61 0.79 0.7
Hex 74 CF EF 33 D 0 6 C4 4F 46
Octal 164 317 357 63 15 0 6 304 117 106
Binary 1110100 11001111 11101111 110011 1101 0 110 11000100 1001111 1000110

Color Harmonies of #74CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFEF

Black with #74CFEF

Text Example


Text Example

White with #74CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,207,239); }

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

background-color css

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

 a { background-color: rgb(116,207,239); }

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

border-color css

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

 span { border-color: rgb(116,207,239); }

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