Html Css Color HEX #77ACF2 Jordy Blue

📋 copy color: '#77ACF2'

red 119 ◦ green 172 ◦ blue 242

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

Shades of Jordy Blue #77ACF2

Tints of Jordy Blue #77ACF2

RGB

 RED value IS 119 (46.88% from 255) = 22.33%

 GREEN value IS 172 (67.58% from 255) = 32.27%

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 22.33%
G = 32.27%
B = 45.4%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#77ACF2 (or 0x77ACF2) is known color: Jordy Blue. HEX triplet: 77, AC and F2. RGB value is (119,172,242). Sum of RGB (Red+Green+Blue) = 119+172+242=533 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.33% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #77ACF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ACF2 is #88530D. Grayscale: #A3A3A3. Windows color (decimal): -8934158 or 15903863. OLE color: 15903863.

HSL color Cylindrical-coordinate representation of color #77ACF2: hue angle of 214.15º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77ACF2 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 172 242 -
CMYK 0.51 0.29 0 0.05
HSL 214.15º 0.83% 0.71% -
HSV(B) 214.15º 0.51% 0.95% -
XYZ 38.39 39.84 89.67 -
YUV 164.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 119 172 242 0.51 0.29 0 0.05 214.15 0.83 0.71
Hex 77 AC F2 33 1D 0 5 D6 53 47
Octal 167 254 362 63 35 0 5 326 123 107
Binary 1110111 10101100 11110010 110011 11101 0 101 11010110 1010011 1000111

Color Harmonies of #77ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACF2

Black with #77ACF2

Text Example


Text Example

White with #77ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77ACF2; }

 p { color: rgb(119,172,242); }

 H1.HeaderClassName
 {
   color: #77ACF2;
 }
 .AnyTagClassName
 {
   color: #77ACF2;
 }
</style>

background-color css

<style>
 a { background-color: #77ACF2; }

 a { background-color: rgb(119,172,242); }

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

border-color css

<style>
 span { border-color: #77ACF2; }

 span { border-color: rgb(119,172,242); }

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