Html Css Color HEX #6FACDF Jordy Blue

📋 copy color: '#6FACDF'

red 111 ◦ green 172 ◦ blue 223

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

Shades of Jordy Blue #6FACDF

Tints of Jordy Blue #6FACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 21.94%
G = 33.99%
B = 44.07%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FACDF (or 0x6FACDF) is known color: Jordy Blue. HEX triplet: 6F, AC and DF. RGB value is (111,172,223). Sum of RGB (Red+Green+Blue) = 111+172+223=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACDF is #905320. Grayscale: #9F9F9F. Windows color (decimal): -9458465 or 14658671. OLE color: 14658671.

HSL color Cylindrical-coordinate representation of color #6FACDF: hue angle of 207.32º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FACDF is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 172 223 -
CMYK 0.50 0.23 0 0.13
HSL 207.32º 0.64% 0.65% -
HSV(B) 207.32º 0.5% 0.87% -
XYZ 34.63 38.21 75.36 -
YUV 159.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 111 172 223 0.50 0.23 0 0.13 207.32 0.64 0.65
Hex 6F AC DF 32 17 0 D CF 40 41
Octal 157 254 337 62 27 0 15 317 100 101
Binary 1101111 10101100 11011111 110010 10111 0 1101 11001111 1000000 1000001

Color Harmonies of #6FACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACDF

Black with #6FACDF

Text Example


Text Example

White with #6FACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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