Html Css Color HEX #6FACE8 Jordy Blue

📋 copy color: '#6FACE8'

red 111 ◦ green 172 ◦ blue 232

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

Shades of Jordy Blue #6FACE8

Tints of Jordy Blue #6FACE8

RGB

 RED value IS 111 (43.75% from 255) = 21.55%

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

 BLUE value IS 232 (91.02% from 255) = 45.05%

R = 21.55%
G = 33.4%
B = 45.05%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6FACE8 (or 0x6FACE8) is known color: Jordy Blue. HEX triplet: 6F, AC and E8. RGB value is (111,172,232). Sum of RGB (Red+Green+Blue) = 111+172+232=515 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.55% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FACE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FACE8 is #905317. Grayscale: #A0A0A0. Windows color (decimal): -9458456 or 15248495. OLE color: 15248495.

HSL color Cylindrical-coordinate representation of color #6FACE8: hue angle of 209.75º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FACE8 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 172 232 -
CMYK 0.52 0.26 0 0.09
HSL 209.75º 0.72% 0.67% -
HSV(B) 209.75º 0.52% 0.91% -
XYZ 35.87 38.71 81.93 -
YUV 160.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 111 172 232 0.52 0.26 0 0.09 209.75 0.72 0.67
Hex 6F AC E8 34 1A 0 9 D2 48 43
Octal 157 254 350 64 32 0 11 322 110 103
Binary 1101111 10101100 11101000 110100 11010 0 1001 11010010 1001000 1000011

Color Harmonies of #6FACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACE8

Black with #6FACE8

Text Example


Text Example

White with #6FACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FACE8; }

 p { color: rgb(111,172,232); }

 H1.HeaderClassName
 {
   color: #6FACE8;
 }
 .AnyTagClassName
 {
   color: #6FACE8;
 }
</style>

background-color css

<style>
 a { background-color: #6FACE8; }

 a { background-color: rgb(111,172,232); }

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

border-color css

<style>
 span { border-color: #6FACE8; }

 span { border-color: rgb(111,172,232); }

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